Lines Matching refs:GetIsolate
43 CHECK(!args.GetIsolate()->IsExecutionTerminating()); in TerminateCurrentThread()
44 args.GetIsolate()->TerminateExecution(); in TerminateCurrentThread()
54 CHECK(!args.GetIsolate()->IsExecutionTerminating()); in Loop()
56 CompileRun(args.GetIsolate()->GetCurrentContext(), in Loop()
59 CHECK(args.GetIsolate()->IsExecutionTerminating()); in Loop()
64 v8::TryCatch try_catch(args.GetIsolate()); in DoLoop()
65 CHECK(!args.GetIsolate()->IsExecutionTerminating()); in DoLoop()
67 CompileRun(args.GetIsolate()->GetCurrentContext(), in DoLoop()
86 CHECK(args.GetIsolate()->IsExecutionTerminating()); in DoLoop()
91 v8::TryCatch try_catch(args.GetIsolate()); in DoLoopNoCall()
92 CHECK(!args.GetIsolate()->IsExecutionTerminating()); in DoLoopNoCall()
94 CompileRun(args.GetIsolate()->GetCurrentContext(), in DoLoopNoCall()
105 CHECK(args.GetIsolate()->IsExecutionTerminating()); in DoLoopNoCall()
213 CHECK(!args.GetIsolate()->IsExecutionTerminating()); in TerminateOrReturnObject()
214 args.GetIsolate()->TerminateExecution(); in TerminateOrReturnObject()
217 v8::Local<v8::Object> result = v8::Object::New(args.GetIsolate()); in TerminateOrReturnObject()
219 result->Set(args.GetIsolate()->GetCurrentContext(), v8_str("x"), in TerminateOrReturnObject()
220 v8::Integer::New(args.GetIsolate(), 42)); in TerminateOrReturnObject()
227 v8::TryCatch try_catch(args.GetIsolate()); in LoopGetProperty()
228 CHECK(!args.GetIsolate()->IsExecutionTerminating()); in LoopGetProperty()
230 CompileRun(args.GetIsolate()->GetCurrentContext(), in LoopGetProperty()
248 CHECK(args.GetIsolate()->IsExecutionTerminating()); in LoopGetProperty()
285 v8::TryCatch try_catch(args.GetIsolate()); in ReenterAfterTermination()
286 v8::Isolate* isolate = args.GetIsolate(); in ReenterAfterTermination()
340 v8::TryCatch try_catch(args.GetIsolate()); in DoLoopCancelTerminate()
343 CompileRun(args.GetIsolate()->GetCurrentContext(), in DoLoopCancelTerminate()
388 v8::Isolate* isolate = info.GetIsolate(); in MicrotaskLoopForever()
501 CHECK(!args.GetIsolate()->IsExecutionTerminating()); in InnerTryCallTerminate()
511 CHECK(!args.GetIsolate()->IsExecutionTerminating()); in InnerTryCallTerminate()