Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Deval-throw-return.js26 function throwFunc() { function
32 return throwFunc();
Deval-throw-return-expected.txt30 PASS eval("1; try { 2; throwFunc(); } catch (e){3;} finally {}") is 3
31 PASS eval("1; try { 2; throwFunc(); } catch (e){3;} finally {4;}") is 3
/external/v8/test/mjsunit/harmony/
Dcompletion.js121 function throwFunc() { function
127 return throwFunc();