Marko Lahma 91755e9949 Ensure Acornima ParseErrorException is exposed as JavasScriptException (#1924) 1 年之前
..
AggregateError 4b23f03c52 Remove some unnecessary JsString allocations (#1728) 1 年之前
Array 9f55b0d43b Avoid Array.sort infinite loops on full framework (#1914) 1 年之前
ArrayBuffer 94bd26f530 Implement Uint8Array to/from base64 (#1911) 1 年之前
AsyncFunction 5eb6b82e7f Add public type Constructor (#1440) 2 年之前
AsyncGenerator e3a3d5599f Upgrade test262 suite and fix issues (#1910) 1 年之前
BigInt a3e919be49 Remove some Instance suffixes (#1718) 1 年之前
Boolean 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
DataView 2754f1c391 Add support for Float16Array (#1840) 1 年之前
Date b6f99b9455 UnwrapIfPromise Call RunAvailableContinuations (#1813) 1 年之前
Error 4110ede00b Replace ReferenceEquals usage with is (not) null (#1906) 1 年之前
FinalizationRegistry a3e919be49 Remove some Instance suffixes (#1718) 1 年之前
Function 91755e9949 Ensure Acornima ParseErrorException is exposed as JavasScriptException (#1924) 1 年之前
Generator 5ff5589e79 Cleanup csproj files (#1865) 1 年之前
Global 94bd26f530 Implement Uint8Array to/from base64 (#1911) 1 年之前
Intl a3e919be49 Remove some Instance suffixes (#1718) 1 年之前
Iterator 62ab48186c Sync WIP generator structures to main (#1762) 1 年之前
Json e1e2d6d580 Prevent users from passing arbitrary parser options to Jint (#1831) 1 年之前
Map 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
Math e3a3d5599f Upgrade test262 suite and fix issues (#1910) 1 年之前
Number 8d2d9864e0 Hide GlobalObject public methods (#1723) 1 年之前
Object 4110ede00b Replace ReferenceEquals usage with is (not) null (#1906) 1 年之前
Promise 15a1c210d8 Update test262 suite and implement Promise.try (#1895) 1 年之前
Proxy 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
Reflect a3e919be49 Remove some Instance suffixes (#1718) 1 年之前
RegExp 6d866a2d28 Switch to using Acorn-based parsing via Acornima (#1820) 1 年之前
Set 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
ShadowRealm 91755e9949 Ensure Acornima ParseErrorException is exposed as JavasScriptException (#1924) 1 年之前
SharedArrayBuffer 0e2ded5886 Expose construction capabilities with code for JsArrayBuffer (#1890) 1 年之前
String 4110ede00b Replace ReferenceEquals usage with is (not) null (#1906) 1 年之前
Symbol a3e919be49 Remove some Instance suffixes (#1718) 1 年之前
TypedArray 0ce19d88e6 Fix issues found with latest test262 suite (#1912) 1 年之前
WeakMap 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
WeakRef 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
WeakSet 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
Constructor.cs 4b23f03c52 Remove some unnecessary JsString allocations (#1728) 1 年之前
DatePresentation.cs c5657939fc Enable Meziantou.Analyzer (#1682) 1 年之前
GroupByHelper.cs 2ec677c1a1 Rename thisObj to thisObject and args as arguments in parameter names (#1597) 2 年之前
ICallable.cs ec25ac3a66 Unify and cleanup API (#1355) 2 年之前
IConstructor.cs ec25ac3a66 Unify and cleanup API (#1355) 2 年之前
IJsPrimitive.cs a3e919be49 Remove some Instance suffixes (#1718) 1 年之前
JsArguments.cs 4110ede00b Replace ReferenceEquals usage with is (not) null (#1906) 1 年之前
JsArray.cs 69b33acaf3 Cleanup ObjectInstance public API (#1720) 1 年之前
JsArrayBuffer.cs 94bd26f530 Implement Uint8Array to/from base64 (#1911) 1 年之前
JsBigInt.cs 7414296ae5 Fix BigInt arithmetic assignments (#1887) 1 年之前
JsBoolean.cs 69b33acaf3 Cleanup ObjectInstance public API (#1720) 1 年之前
JsDataView.cs 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
JsDate.cs 56cc45ee9e Create ITimeSystem abstraction for date parsing/time zone logic (#1488) 2 年之前
JsEmpty.cs 3ab67e416b Groundwork for generators (#1705) 1 年之前
JsError.cs 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
JsMap.cs 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
JsNull.cs 69b33acaf3 Cleanup ObjectInstance public API (#1720) 1 年之前
JsNumber.cs da39b1de3c AOT: fix enum usage (#1760) 1 年之前
JsObject.cs eeb4865ddc Optimize plain object access (#1356) 2 年之前
JsPromise.cs 4e82c672eb Add Task async await check when evaluate await expression (#1882) 1 年之前
JsProxy.cs 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
JsRegExp.cs aca8fb3d62 Use global usings and aliases for Esprima namespaces and types (#1824) 1 年之前
JsSet.cs 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
JsSharedArrayBuffer.cs 0e2ded5886 Expose construction capabilities with code for JsArrayBuffer (#1890) 1 年之前
JsString.cs 94bd26f530 Implement Uint8Array to/from base64 (#1911) 1 年之前
JsSymbol.cs 088f08f8e1 Enable code analysis with latest-Recommended (#1681) 1 年之前
JsTypedArray.cs 0ce19d88e6 Fix issues found with latest test262 suite (#1912) 1 年之前
JsUndefined.cs 69b33acaf3 Cleanup ObjectInstance public API (#1720) 1 年之前
JsValue.Convertible.cs 16365067f0 Make JsValue implement IConvertible (#1713) 1 年之前
JsValue.cs 4e82c672eb Add Task async await check when evaluate await expression (#1882) 1 年之前
JsWeakMap.cs 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
JsWeakRef.cs 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
JsWeakSet.cs 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
PrivateName.cs aca8fb3d62 Use global usings and aliases for Esprima namespaces and types (#1824) 1 年之前
Prototype.cs eeb4865ddc Optimize plain object access (#1356) 2 年之前
SameValueZeroComparer.cs 75a7b12aef Add net60 target (#1515) 2 年之前