Linus Groh
|
9f3f3b0864
|
LibJS: Remove implicit wrapping/unwrapping of completion records
This is an editorial change in the ECMA-262 spec, with similar changes
in some proposals.
See:
- https://github.com/tc39/ecma262/commit/7575f74
- https://github.com/tc39/proposal-array-grouping/commit/df899eb
- https://github.com/tc39/proposal-shadowrealm/commit/9eb5a12
- https://github.com/tc39/proposal-shadowrealm/commit/c81f527
|
2022-05-03 01:09:29 +02:00 |
|
Linus Groh
|
bc183dbbcb
|
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
This is effectively a drop-in replacement.
|
2022-02-09 12:25:27 +00:00 |
|
davidot
|
1b8ccf9a66
|
LibJS: Implement Module linking and evaluating
|
2022-01-22 01:21:18 +00:00 |
|
davidot
|
55366703d0
|
LibJS: Add Module Namespace Exotic Object
|
2022-01-22 01:21:18 +00:00 |
|