blob: 9f6b45548b743ce91eaa674d9e793e5789b62638 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
summary=/(?!AB+D)AB/.exec("AB") + '';
try {
var s = "throw 42";
} catch (e) {}
test();
function test() {
[ {0xBe: /l/|| 'Error' ? s++ : summary } ]
}
function foo(code)
Function(code)();
foo("for each (y in this);");
|