Home
last modified time | relevance | path

Searched refs:debug_context (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Ddebug.cc1100 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 …]
Dd8.cc739 = i::Handle<i::JSObject>(debug->debug_context()->global()); in InstallUtilityScript()
742 debug->debug_context()->set_security_token(HEAP->undefined_value()); in InstallUtilityScript()
Ddebug.h276 inline Handle<Context> debug_context() { return debug_context_; } in debug_context() function
Dbootstrapper.cc1947 debug->debug_context()->set_security_token( in InstallSpecialObjects()
1952 Handle<Object> global_proxy(debug->debug_context()->global_proxy()); in InstallSpecialObjects()
Disolate.cc1321 if (context->global_context() == *debug_->debug_context()) { in GetCallingGlobalContext()
Druntime.cc10608 if (*save->context() == *isolate->debug()->debug_context()) { in RUNTIME_FUNCTION()
11938 while (top != NULL && *top->context() == *isolate->debug()->debug_context()) { in RUNTIME_FUNCTION()
Dapi.cc5731 i::Handle<i::JSObject> debug(isolate_debug->debug_context()->global()); in GetMirror()
/external/v8/test/cctest/
Dtest-debug.cc149 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()