mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
|
/*---
|
||
|
negative:
|
||
|
phase: runtime
|
||
|
type: RangeError
|
||
|
---*/
|
||
|
function f() { f() } // was problematic under ASan
|
||
|
f()
|