Just some tests to explore V8 Code Generation.
optcode.sh - Prints V8 OptCode.
./optcode.sh tests/var-let.mjs _var
# ^launcher ^test-file ^test-namebytecode.sh - Prints V8 ByteCode.
./bytecode.sh tests/var-let.mjs _var
# ^launcher ^test-file ^test-name