Searched refs:call_depth (Results 1 – 3 of 3) sorted by relevance
35 return function(call_depth) { argument36 if (call_depth == 0) return 10;37 return 1 + worker(call_depth - 1);
13147 static int call_depth; variable13156 if (--call_depth) CompileRun("throw 'ThrowInJS';"); in ThrowFromJS()13161 if (--call_depth) CcTest::isolate()->ThrowException(v8_str("ThrowViaApi")); in ThrowViaApi()13192 call_depth = 5; in THREADED_TEST()