Home
last modified time | relevance | path

Searched refs:replacer_thrower (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/tests/jerry/fail/
Dregression-test-issue-2775.js94 function replacer_thrower ( ) { throw new ReferenceError ( "foo" ) function
95 } try { JSON . stringify ( object , replacer_thrower )
Dregression-test-issue-2774.js95 function replacer_thrower ( ) { throw new ReferenceError ( $ ) function
/third_party/jerryscript/tests/jerry/
Djson-stringify.js153 function replacer_thrower (key, value) function
160 JSON.stringify (object, replacer_thrower)