Files
ladybird/Userland/Libraries/LibJS/Bytecode/CommonImplementations.cpp
Jesús (gsus) Lapastora 1850652881 LibJS/Bytecode: Check if eval function is a function
When overriding 'eval' to a non-function value, the interpreter would
crash. Now it handles this case swiftly, throwing a TypeError.
2023-11-11 08:56:12 +01:00

35 KiB