mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
|
/*---
|
||
|
flags: [qjs:no-detect-module]
|
||
|
negative:
|
||
|
phase: parse
|
||
|
type: SyntaxError
|
||
|
---*/
|
||
|
const undefined = 42 // SyntaxError at global scope
|