/v8-codegen-tests

Just some tests to explore V8 Code Generation.

Primary LanguageJavaScript

V8 CodeGen Tests

Just some tests to explore V8 Code Generation.

Running Tests

optcode.sh - Prints V8 OptCode.

./optcode.sh tests/var-let.mjs _var
# ^launcher  ^test-file        ^test-name

bytecode.sh - Prints V8 ByteCode.

./bytecode.sh tests/var-let.mjs _var
# ^launcher   ^test-file        ^test-name