.. |
AggregateError
|
4b23f03c52
Remove some unnecessary JsString allocations (#1728)
|
1 年之前 |
Array
|
45e0e7b04d
Improve support for array operations under interop (#1828)
|
1 年之前 |
ArrayBuffer
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
1 年之前 |
AsyncFunction
|
5eb6b82e7f
Add public type Constructor (#1440)
|
2 年之前 |
BigInt
|
a3e919be49
Remove some Instance suffixes (#1718)
|
1 年之前 |
Boolean
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
1 年之前 |
DataView
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
1 年之前 |
Date
|
b6f99b9455
UnwrapIfPromise Call RunAvailableContinuations (#1813)
|
1 年之前 |
Error
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
1 年之前 |
FinalizationRegistry
|
a3e919be49
Remove some Instance suffixes (#1718)
|
1 年之前 |
Function
|
e1e2d6d580
Prevent users from passing arbitrary parser options to Jint (#1831)
|
1 年之前 |
Generator
|
e1e2d6d580
Prevent users from passing arbitrary parser options to Jint (#1831)
|
1 年之前 |
Global
|
aca8fb3d62
Use global usings and aliases for Esprima namespaces and types (#1824)
|
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
|
a3e919be49
Remove some Instance suffixes (#1718)
|
1 年之前 |
Number
|
8d2d9864e0
Hide GlobalObject public methods (#1723)
|
1 年之前 |
Object
|
d306162997
Obsolete and cleanup some ObjectInstance access patterns (#1809)
|
1 年之前 |
Promise
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
1 年之前 |
Proxy
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
1 年之前 |
Reflect
|
a3e919be49
Remove some Instance suffixes (#1718)
|
1 年之前 |
RegExp
|
e1e2d6d580
Prevent users from passing arbitrary parser options to Jint (#1831)
|
1 年之前 |
Set
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
1 年之前 |
ShadowRealm
|
e1e2d6d580
Prevent users from passing arbitrary parser options to Jint (#1831)
|
1 年之前 |
SharedArrayBuffer
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
1 年之前 |
String
|
53ab42a7c8
Add custom strategy for array read access (#1729)
|
1 年之前 |
Symbol
|
a3e919be49
Remove some Instance suffixes (#1718)
|
1 年之前 |
TypedArray
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
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
|
d306162997
Obsolete and cleanup some ObjectInstance access patterns (#1809)
|
1 年之前 |
JsArray.cs
|
69b33acaf3
Cleanup ObjectInstance public API (#1720)
|
1 年之前 |
JsArrayBuffer.cs
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
1 年之前 |
JsBigInt.cs
|
69b33acaf3
Cleanup ObjectInstance public API (#1720)
|
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
|
b6f99b9455
UnwrapIfPromise Call RunAvailableContinuations (#1813)
|
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
|
511523bec2
Move Js* types to be directly under Jint.Native namespace (#1745)
|
1 年之前 |
JsString.cs
|
4b23f03c52
Remove some unnecessary JsString allocations (#1728)
|
1 年之前 |
JsSymbol.cs
|
088f08f8e1
Enable code analysis with latest-Recommended (#1681)
|
1 年之前 |
JsTypedArray.cs
|
5656b1d3dc
Add more Acornima friendly type aliases (#1825)
|
1 年之前 |
JsUndefined.cs
|
69b33acaf3
Cleanup ObjectInstance public API (#1720)
|
1 年之前 |
JsValue.Convertible.cs
|
16365067f0
Make JsValue implement IConvertible (#1713)
|
1 年之前 |
JsValue.cs
|
b6f99b9455
UnwrapIfPromise Call RunAvailableContinuations (#1813)
|
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 年之前 |