Searched refs:debug_context (Results 1 – 8 of 8) sorted by relevance
459 inline Handle<Context> debug_context() { return debug_context_; } in debug_context() function560 DCHECK(isolate_->context() == *debug_context()); in AssertDebugContext()
1038 Handle<GlobalObject> debug_global(debug_context()->global_object()); in CheckBreakPoint()2385 return is_loaded() && global == debug_context()->global_object(); in IsDebugGlobal()2447 handle(debug_context()->global_proxy()), in MakeJSObject()2639 Handle<GlobalObject> debug_global(debug_context()->global_object()); in OnAfterCompile()2781 return handle(*debug_context(), isolate_); in GetDebugContext()3018 Handle<Object>(debug_context()->global_proxy(), isolate_), in Call()3098 if (!failed_) isolate()->set_context(*debug->debug_context()); in DebugScope()
802 i::Handle<i::Context> debug_context = debug->debug_context(); in InstallUtilityScript() local804 = i::Handle<i::JSObject>(debug_context->global_object()); in InstallUtilityScript()807 debug_context->set_security_token( in InstallUtilityScript()
2248 Handle<Context> debug_context = debug->debug_context(); in InstallSpecialObjects() local2252 debug_context->set_security_token(native_context->security_token()); in InstallSpecialObjects()2257 Handle<Object> global_proxy(debug_context->global_proxy(), isolate); in InstallSpecialObjects()
1361 if (context->native_context() == *debug_->debug_context()) { in GetCallingNativeContext()
11124 return !isolate->debug()->debug_context().is_null() && in CheckExecutionState()11480 if (*save->context() == *isolate->debug()->debug_context()) { in RUNTIME_FUNCTION()13121 while (top != NULL && *top->context() == *isolate->debug()->debug_context()) { in RUNTIME_FUNCTION()
6980 isolate_debug->debug_context()->global_object()); in GetMirror()
109 Handle<v8::internal::Context> debug_context = in ExposeDebug() local110 isolate->debug()->debug_context(); in ExposeDebug()111 debug_context->set_security_token( in ExposeDebug()119 handle(debug_context->global_proxy(), isolate), DONT_ENUM).Check(); in ExposeDebug()396 CHECK(CcTest::i_isolate()->debug()->debug_context().is_null()); in CheckDebuggerUnloaded()6885 debugger_context = v8::Utils::ToLocal(debug->debug_context()); in TEST()