mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
|
/*---
|
||
|
flags: [qjs:no-detect-module]
|
||
|
---*/
|
||
|
{ const undefined = 42 } // not a SyntaxError, not at global scope
|