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) пре 1 година
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 година