Searched defs:debug_context (Results 1 - 3 of 3) 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 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(
/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 112 milliseconds