UNPKG

test262-parser-tests

Version:
15 lines (14 loc) 245 B
// Do not generate like this // if(cond)with(cond2)if(cond3)debugger;else ok(); // // // See https://github.com/Constellation/escodegen/issues/49 if (a) { with (b) { if (c) { debugger; } } } else { d(); }