quickjs-done/tests/bug776.js

8 lines
123 B
JavaScript
Raw Normal View History

2025-01-06 20:48:15 +00:00
/*---
negative:
phase: runtime
type: RangeError
---*/
function f() { f.apply(null) } // was problematic under ASan
f()