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 |
|
Linus Groh
|
e20efaa083
|
LibJS: Let WrappedFunction inherit target name and length
This is a normative change in the ShadowRealm spec.
See: https://github.com/tc39/proposal-shadowrealm/commit/b73a1dc
|
2022-01-24 20:17:07 +00:00 |
|
Linus Groh
|
50f8755792
|
LibJS: Implement Wrapped Function Exotic Objects
This is a new concept from the ShadowRealm API stage 3 proposal:
https://tc39.es/proposal-shadowrealm/#sec-wrapped-function-exotic-objects
|
2021-10-14 00:41:41 +01:00 |
|