Searched refs:debug_context (Results 1 – 8 of 8) sorted by relevance
1100 debug_context()->global()->GetPropertyNoExceptionThrown( in CheckBreakPoint()2238 return IsLoaded() && global == debug_context()->global(); in IsDebugGlobal()2245 ASSERT(isolate_->context() == *Debug::debug_context()); in ClearMirrorCache()2255 Handle<JSObject>(Debug::debug_context()->global()), in ClearMirrorCache()2371 ASSERT(isolate_->context() == *isolate_->debug()->debug_context()); in MakeJSObject()2385 Handle<JSObject>(isolate_->debug()->debug_context()->global()), in MakeJSObject()2523 ASSERT(isolate_->context() == *isolate_->debug()->debug_context()); in OnDebugBreak()2529 ASSERT(isolate_->context() == *isolate_->debug()->debug_context()); in OnDebugBreak()2607 Handle<Object>(debug->debug_context()->global()-> in OnAfterCompile()2774 return isolate_->debug()->debug_context(); in GetDebugContext()[all …]
739 = i::Handle<i::JSObject>(debug->debug_context()->global()); in InstallUtilityScript()742 debug->debug_context()->set_security_token(HEAP->undefined_value()); in InstallUtilityScript()
276 inline Handle<Context> debug_context() { return debug_context_; } in debug_context() function
1947 debug->debug_context()->set_security_token( in InstallSpecialObjects()1952 Handle<Object> global_proxy(debug->debug_context()->global_proxy()); in InstallSpecialObjects()
1321 if (context->global_context() == *debug_->debug_context()) { in GetCallingGlobalContext()
10608 if (*save->context() == *isolate->debug()->debug_context()) { in RUNTIME_FUNCTION()11938 while (top != NULL && *top->context() == *isolate->debug()->debug_context()) { in RUNTIME_FUNCTION()
5731 i::Handle<i::JSObject> debug(isolate_debug->debug_context()->global()); in GetMirror()
149 debug->debug_context()->set_security_token( in ExposeDebug()157 Handle<Object>(debug->debug_context()->global_proxy()), DONT_ENUM, in ExposeDebug()421 CHECK(Isolate::Current()->debug()->debug_context().is_null()); in CheckDebuggerUnloaded()6927 debugger_context = v8::Utils::ToLocal(debug->debug_context()); in TEST()