UNPKG

test262-parser-tests

Version:
21 lines (17 loc) 201 B
// Do not optimize this pattern function a() { b.c('d'); } { function a() { b.c('d'); } a(); function a() { b.c('e'); } } a(); function a() { b.c('e'); }