ladybird/Tests/LibJS
Andreas Kling 7a742b17da LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
Using an Optional was extremely wasteful for function objects that don't
even have a bytecode executable.

This allows ECMAScriptFunctionObject to fit in a smaller size class.
2022-01-31 16:19:23 +01:00
..
CMakeLists.txt Tests+LibJS: Add very simple bytecode LibJS tests 2022-01-25 23:26:14 +00:00
test-bytecode-js.cpp LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr 2022-01-31 16:19:23 +01:00
test-invalid-unicode-js.cpp LibJS: Detect invalid unicode and stop lexing at that point 2021-12-29 16:57:23 +01:00
test-js.cpp LibJS: Convert resolve_binding() to ThrowCompletionOr 2021-12-30 15:29:33 +01:00