Marko Lahma
|
97e481fc4e
Enable nullable reference types by default (#1237)
|
3 years ago |
Marko Lahma
|
20e9832dd6
Enable implicit usings (#1230)
|
3 years ago |
Marko Lahma
|
6d2715448d
Implement ShadowRealm (#1174)
|
3 years ago |
Marko Lahma
|
6a87e76706
Fix more issues related to built-in objects (#1053)
|
3 years ago |
Marko Lahma
|
8f0d433737
Fix issues related to JSON, Math, RegExp and Proxy (#1045)
|
3 years ago |
Marko Lahma
|
9d8432606d
ES2020 BigInt (#1027)
|
3 years ago |
Marko Lahma
|
6f4ad5052f
Remove IIterator interface (#1000)
|
3 years ago |
Marko Lahma
|
bf140bff22
Introduce EvaluationContext for statement and expression evaluation (#979)
|
3 years ago |
Marko Lahma
|
ed94d10a05
Configurable value coercion under interop (#973)
|
3 years ago |
Marko Lahma
|
21d1dc1d61
Add typed array helpers for IsArray and AsArray (#971)
|
3 years ago |
Marko Lahma
|
7e0b575a1d
Fix iteration in interop (#967)
|
3 years ago |
Marko Lahma
|
f5571d0700
Refactor options and add MaxArraySize constraint (#923)
|
3 years ago |
Marko Lahma
|
7080fdf7de
ArrayBuffer and DataView (#930)
|
4 years ago |
Marko Lahma
|
c55a5e447b
Refactor internals to support realm concept (#907)
|
4 years ago |
Marko Lahma
|
0dbcdb0395
Add support for Optional Chaining (#881)
|
4 years ago |
Simon
|
426acedb9b
Promise lets go again (#889)
|
4 years ago |
Marko Lahma
|
d47f5525c1
Fix instanceof logic to comply with specification (#884)
|
4 years ago |
Marko Lahma
|
dcaae15a02
Fix Invoke logic and object coercion (#883)
|
4 years ago |
Marko Lahma
|
f5a2abf615
Should not wrap Type instances as TypeReference by default (#845)
|
4 years ago |
Marko Lahma
|
5f1892cd42
Class support (#816)
|
4 years ago |
Marko Lahma
|
db2fc72f37
Fix indexing JArray / faster IList indexing (#798)
|
4 years ago |
Marko Lahma
|
4972108c7a
Change invalid ICallable to throw TypeError instead of ArgumentException (#794)
|
4 years ago |
Marko Lahma
|
a9ea78d08b
Support object wrapper iterator (#749)
|
5 years ago |
Marko Lahma
|
1fec0a93af
Enable function tests (#736)
|
5 years ago |
Marko Lahma
|
56ca37b78c
Optimize global identifier access a bit and reduce allocations (#741)
|
5 years ago |
Marko Lahma
|
284411b25a
Support let and const (#722)
|
5 years ago |
Marko Lahma
|
dce29b4598
Ability to configure Array.prototype as prototype for array-like object wrappers (#721)
|
5 years ago |
Marko Lahma
|
6dc9d457ef
Implement some missing Object functionality (#713)
|
5 years ago |
Marko Lahma
|
5dbdb5967c
Use JsValue for property access (#701)
|
5 years ago |
Marko Lahma
|
2289f9ca31
Enable Symbol and RegExp tests and fix issues (#693)
|
5 years ago |