mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 08:33:19 +00:00
8 lines
96 B
JavaScript
8 lines
96 B
JavaScript
![]() |
try {
|
||
|
i < 3;
|
||
|
} catch (e) {
|
||
|
assert(e.name === "ReferenceError");
|
||
|
}
|
||
|
|
||
|
console.log("PASS");
|