Searched refs:check_throw (Results 1 - 2 of 2) sorted by relevance
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | generator-throw.js | 22 function check_throw(str, expected) function 37 check_throw("f.throw(4)", 4) 42 check_throw("f.throw(10)", 10) 63 check_throw("f.throw('throw')", "throw") 69 check_throw("f.next()", "throw") 82 check_throw("f.throw(2)", 2)
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-call-reducer.cc | 3927 Node* check_throw = check_fail = graph()->NewNode( 3939 graph()->NewNode(common()->IfException(), check_throw, check_fail); 3960 graph()->NewNode(common()->Throw(), check_throw, check_fail);
|
Completed in 10 milliseconds