Lines Matching refs:CompileRun

56       CompileRun(args.GetIsolate()->GetCurrentContext(),  in Loop()
67 CompileRun(args.GetIsolate()->GetCurrentContext(), in DoLoop()
94 CompileRun(args.GetIsolate()->GetCurrentContext(), in DoLoopNoCall()
134 CompileRun(CcTest::isolate()->GetCurrentContext(), in TEST()
139 result = CompileRun(CcTest::isolate()->GetCurrentContext(), in TEST()
158 CompileRun(CcTest::isolate()->GetCurrentContext(), source); in TEST()
162 result = CompileRun(CcTest::isolate()->GetCurrentContext(), source); in TEST()
199 CompileRun(CcTest::isolate()->GetCurrentContext(), in TEST()
230 CompileRun(args.GetIsolate()->GetCurrentContext(), in LoopGetProperty()
271 CompileRun(isolate->GetCurrentContext(), source); in TEST()
276 result = CompileRun(isolate->GetCurrentContext(), source); in TEST()
290 v8::MaybeLocal<v8::Value> result = CompileRun(script); in ReenterAfterTermination()
330 CompileRun("try { loop(); fail(); } catch(e) { fail(); }"); in TEST()
333 CHECK(CompileRun("function f() { return true; } f()")->IsTrue()); in TEST()
343 CompileRun(args.GetIsolate()->GetCurrentContext(), in DoLoopCancelTerminate()
374 CompileRun(isolate->GetCurrentContext(), in TEST()
395 CompileRun("terminate(); while (true) { }"); in MicrotaskLoopForever()
460 CompileRun(terminate_and_loop); in TEST()
470 CompileRun(terminate_and_loop); in TEST()
476 CompileRun(terminate_and_loop); in TEST()
482 CompileRun("for (var i = 0; i < 10000; i++);"); in TEST()
512 CHECK(CompileRun("1 + 1;").IsEmpty()); in InnerTryCallTerminate()
529 CompileRun("inner_try_call_terminate()"); in TEST()
532 v8::Maybe<int32_t> result = CompileRun("2 + 2")->Int32Value( in TEST()
552 CHECK(CompileRun("terminate(); reference_error();").IsEmpty()); in TEST()
561 CHECK(CompileRun("1 + 1").IsEmpty()); in TEST()
564 v8::Maybe<int32_t> result = CompileRun("2 + 2")->Int32Value( in TEST()