Home | History | Annotate | Download | only in cctest

Lines Matching refs:call_depth

10188 static int call_depth;
10197 if (--call_depth) CompileRun("throw 'ThrowInJS';");
10202 if (--call_depth) ThrowException(v8_str("ThrowViaApi"));
10230 call_depth = 5;