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