ladybird/Userland/Libraries/LibJS/Contrib/Test262
Linus Groh 6cedb1b9d9 LibJS: Implement $262.evalScript() according to the given algorithm
test262's INTERPRETING.md specifies the exact steps for this function,
so let's shuffle some things around and add "spec" comments.

Most importantly this now returns the result of the evaluated script,
which at least one test relies on:
https://github.com/tc39/test262/blob/main/test/built-ins/Proxy/revocable/tco-fn-realm.js
2022-08-30 12:00:04 +01:00
..
$262Object.cpp LibJS: Implement $262.evalScript() according to the given algorithm 2022-08-30 12:00:04 +01:00
$262Object.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
AgentObject.cpp LibJS: Pass Realm to define_native_{accessor,function}() 2022-08-23 13:58:30 +01:00
AgentObject.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
GlobalObject.cpp LibJS: Turn initialize_global_object() into a regular initialize() 2022-08-28 16:36:56 +01:00
GlobalObject.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00
IsHTMLDDA.cpp LibJS: Move intrinsics to the realm 2022-08-27 11:29:10 +01:00
IsHTMLDDA.h LibJS: Hide all the constructors! 2022-08-29 03:24:54 +02:00