LibJS: Implement ShadowRealm.prototype.evaluate()

This commit is contained in:
Linus Groh 2021-10-13 21:40:33 +01:00
commit c70784bb82
Notes: sideshowbarker 2024-07-18 02:45:44 +09:00
9 changed files with 260 additions and 1 deletions

View file

@ -151,6 +151,7 @@ namespace JS {
P(errors) \
P(escape) \
P(eval) \
P(evaluate) \
P(every) \
P(exchange) \
P(exec) \