mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
dfe5675f25
Except at the global scope of a classic script because... who knows, that's just how it is. Fixes: https://github.com/quickjs-ng/quickjs/issues/633
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
/*---
|
|
flags: [qjs:no-detect-module]
|
|
negative:
|
|
phase: parse
|
|
type: SyntaxError
|
|
---*/
|
|
const undefined = 42 // SyntaxError at global scope
|