Marko Lahma
|
62ab48186c
Sync WIP generator structures to main (#1762)
|
1 year ago |
Marko Lahma
|
6653ec842c
Code changes to keep NET 8 analyzers happy (#1685)
|
1 year ago |
Marko Lahma
|
40f1f420a7
Rename RegExpInstance to JsRegExp (#1595)
|
2 years ago |
Marko Lahma
|
b01138501c
Improve and cleanup iterators a bit (#1422)
|
2 years ago |
Marko Lahma
|
4259645984
Optimize iterators a bit (#1363)
|
2 years ago |
Marko Lahma
|
b826cd659a
Fix some prototype chain issues uncovered by compat-table (#1334)
|
2 years ago |
Victor Tran
|
82077b2cbb
Fix Regex Iterator (#1264)
|
2 years ago |
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
|
85b407823e
Remove unnecessary ObjectClass types (#1172)
|
3 years ago |
Marko Lahma
|
3bc93cf385
Bring function construction closer to the spec (#1170)
|
3 years ago |
Marko Lahma
|
d0eb6aab75
Add default iterator prototype for IteratorInstance (#1126)
|
3 years ago |
Marko Lahma
|
6a87e76706
Fix more issues related to built-in objects (#1053)
|
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
|
412922c9ea
Always set ObjectInstance prototype by default (#982)
|
3 years ago |
Marko Lahma
|
b256b595d3
Check cyclic references when evaluating ToObject (#936)
|
4 years ago |
Marko Lahma
|
af31a9dce6
Harmonize iterator prototype intrinsics to follow spec (#933)
|
4 years ago |
Marko Lahma
|
1a9cd0ede6
Typed arrays (#925)
|
4 years ago |
Marko Lahma
|
99d05aff3f
Add iterator prototype tests (#928)
|
4 years ago |
Gökhan Kurt
|
ed4e82cb8e
Fix Array.from, entries, spread and other iterator related methods (#927)
|
4 years ago |
Marko Lahma
|
c55a5e447b
Refactor internals to support realm concept (#907)
|
4 years ago |
Marko Lahma
|
5f1892cd42
Class support (#816)
|
4 years ago |
Marko Lahma
|
a9ea78d08b
Support object wrapper iterator (#749)
|
5 years ago |
Marko Lahma
|
284411b25a
Support let and const (#722)
|
5 years ago |
Marko Lahma
|
f5fd44b732
ES6 for-of (#577)
|
5 years ago |
Marko Lahma
|
1fc3858536
Assignment fixes and more tests (#716)
|
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 |