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

/external/chromium_org/v8/src/
H A Ddebug.h459 inline Handle<Context> debug_context() { return debug_context_; } function in class:v8::internal::Debug
560 DCHECK(isolate_->context() == *debug_context());
H A Ddebug.cc1038 Handle<GlobalObject> debug_global(debug_context()->global_object());
2385 return is_loaded() && global == debug_context()->global_object();
2447 handle(debug_context()->global_proxy()),
2639 Handle<GlobalObject> debug_global(debug_context()->global_object());
2781 return handle(*debug_context(), isolate_);
3018 Handle<Object>(debug_context()->global_proxy(), isolate_),
3098 if (!failed_) isolate()->set_context(*debug->debug_context());
H A Dd8.cc802 i::Handle<i::Context> debug_context = debug->debug_context(); local
804 = i::Handle<i::JSObject>(debug_context->global_object());
807 debug_context->set_security_token(
H A Dbootstrapper.cc2248 Handle<Context> debug_context = debug->debug_context();
2252 debug_context->set_security_token(native_context->security_token());
2257 Handle<Object> global_proxy(debug_context->global_proxy(), isolate);
H A Disolate.cc1361 if (context->native_context() == *debug_->debug_context()) {
H A Druntime.cc11124 return !isolate->debug()->debug_context().is_null() &&
11480 if (*save->context() == *isolate->debug()->debug_context()) {
13121 while (top != NULL && *top->context() == *isolate->debug()->debug_context()) {
H A Dapi.cc6980 isolate_debug->debug_context()->global_object());
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc109 Handle<v8::internal::Context> debug_context = local
110 isolate->debug()->debug_context();
111 debug_context->set_security_token(
119 handle(debug_context->global_proxy(), isolate), DONT_ENUM).Check();
396 CHECK(CcTest::i_isolate()->debug()->debug_context().is_null());
6885 debugger_context = v8::Utils::ToLocal(debug->debug_context());

Completed in 157 milliseconds