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

/external/chromium_org/v8/src/
H A Ddebug.h490 inline Handle<Context> debug_context() { return debug_context_; } function in class:v8::internal::Debug
581 ASSERT(isolate_->context() == *debug_context());
H A Dd8.cc752 i::Handle<i::Context> debug_context = debug->debug_context(); local
754 = i::Handle<i::JSObject>(debug_context->global_object());
757 debug_context->set_security_token(
H A Ddebug.cc1056 Handle<GlobalObject> debug_global(debug_context()->global_object());
2451 return is_loaded() && global == debug_context()->global_object();
2523 Handle<JSObject>(debug_context()->global_object()),
2680 Handle<GlobalObject> debug_global(debug_context()->global_object());
2806 return handle(*debug_context(), isolate_);
3041 Handle<Object>(debug_context()->global_proxy(), isolate_),
3118 if (!failed_) isolate()->set_context(*debug->debug_context());
H A Dbootstrapper.cc2219 Handle<Context> debug_context = debug->debug_context();
2223 debug_context->set_security_token(native_context->security_token());
2226 Handle<Object> global_proxy(debug_context->global_proxy(), isolate);
H A Disolate.cc1326 if (context->native_context() == *debug_->debug_context()) {
H A Druntime.cc11074 return !isolate->debug()->debug_context().is_null() &&
11413 if (*save->context() == *isolate->debug()->debug_context()) {
13034 while (top != NULL && *top->context() == *isolate->debug()->debug_context()) {
H A Dapi.cc6948 isolate_debug->debug_context()->global_object());
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc103 Handle<v8::internal::Context> debug_context = local
104 isolate->debug()->debug_context();
105 debug_context->set_security_token(
113 Handle<Object>(debug_context->global_proxy(), isolate),
393 CHECK(CcTest::i_isolate()->debug()->debug_context().is_null());
6837 debugger_context = v8::Utils::ToLocal(debug->debug_context());

Completed in 259 milliseconds