Files
ladybird/Userland/Libraries/LibJS/Bytecode/ASTCodegen.cpp
Luke Wilde 482a827346 LibJS/Bytecode: Make typeof return "undefined" on unresolvable IDs
Previously it would throw instead of returning "undefined" for
`typeof Identifier` if Identifier does not exist.
2022-06-13 07:13:03 +04:30

94 KiB