Marko Lahma 04466d0a3b Revert back to favoring SearchValues<char> (#1990) 10 月之前
..
AggregateError 4b23f03c52 Remove some unnecessary JsString allocations (#1728) 1 年之前
Array 0eee47d5c8 Fix Array.prototype.toString() stackoverflow (#1976) 11 月之前
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 年之前
Atomics eb091eb23b Tweak object wrapper reported members logic (#1956) 1 年之前
BigInt a3e919be49 Remove some Instance suffixes (#1718) 1 年之前
Boolean 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
DataView 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
Date 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
Error 7ac9805af1 Add Options.InteropOptions.BuildCallStackHandler (#1793) 10 月之前
FinalizationRegistry a3e919be49 Remove some Instance suffixes (#1718) 1 年之前
Function 4767b3ab25 Fix throwing on accessing CLR FunctionDeclaration (#1949) 1 年之前
Generator 5ff5589e79 Cleanup csproj files (#1865) 1 年之前
Global 04466d0a3b Revert back to favoring SearchValues<char> (#1990) 10 月之前
Intl a3e919be49 Remove some Instance suffixes (#1718) 1 年之前
Iterator 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
Json 7381086817 Optimize ValueStringBuilder and some character checks (#1986) 10 月之前
Map 1461bf14bc Make JsMap public (#1988) 10 月之前
Math 6b2d62286d Implement Math.sumPrecise (#1966) 11 月之前
Number 7381086817 Optimize ValueStringBuilder and some character checks (#1986) 10 月之前
Object 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
Promise 1b0d5f8a64 Promise.withResolvers() returned object had resolve and reject functions swapped (#1983) 10 月之前
Proxy 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
Reflect 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
RegExp 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
Set 1461bf14bc Make JsMap public (#1988) 10 月之前
ShadowRealm 91755e9949 Ensure Acornima ParseErrorException is exposed as JavasScriptException (#1924) 1 年之前
SharedArrayBuffer 0e2ded5886 Expose construction capabilities with code for JsArrayBuffer (#1890) 1 年之前
String 7381086817 Optimize ValueStringBuilder and some character checks (#1986) 10 月之前
Symbol 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
TypedArray 04466d0a3b Revert back to favoring SearchValues<char> (#1990) 10 月之前
WeakMap 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
WeakRef 511523bec2 Move Js* types to be directly under Jint.Native namespace (#1745) 1 年之前
WeakSet 9079aef684 Convert to using file-scoped namespaces (#1931) 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 9079aef684 Convert to using file-scoped namespaces (#1931) 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 1461bf14bc Make JsMap public (#1988) 10 月之前
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 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
JsRegExp.cs 9079aef684 Convert to using file-scoped namespaces (#1931) 1 年之前
JsSet.cs c3d86d8b69 Make JsSet int indexer internal (#1989) 10 月之前
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 7f72d483eb Update test262 test suite and fix issues (#1958) 1 年之前
JsUndefined.cs 69b33acaf3 Cleanup ObjectInstance public API (#1720) 1 年之前
JsValue.Convertible.cs 16365067f0 Make JsValue implement IConvertible (#1713) 1 年之前
JsValue.cs 9079aef684 Convert to using file-scoped namespaces (#1931) 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 年之前