HomeSort by relevance Sort by last modified time
    Searched refs:debug_context (Results 1 - 8 of 8) sorted by null

  /external/v8/src/debug/
debug.h 458 return is_active() && !debug_context().is_null() && break_id() != 0 &&
467 inline Handle<Context> debug_context() { return debug_context_; } function in class:v8::internal::Debug
564 DCHECK(isolate_->context() == *debug_context());
debug.cc 393 DEBUG_CONTEXT);
712 if (function->native_context() == *debug_context()) return;
    [all...]
debug-evaluate.cc 19 return context->native_context() == *isolate->debug()->debug_context();
  /external/v8/src/
bootstrapper.cc     [all...]
isolate.cc     [all...]
api.cc     [all...]
  /external/v8/test/cctest/
test-debug.cc 108 Handle<v8::internal::Context> debug_context = local
109 isolate->debug()->debug_context();
110 debug_context->set_security_token(
118 global, debug_string, handle(debug_context->global_proxy()),
388 CHECK(CcTest::i_isolate()->debug()->debug_context().is_null());
    [all...]
  /external/v8/src/runtime/
runtime-debug.cc 664 if (*save->context() == *isolate->debug()->debug_context()) {
    [all...]

Completed in 90 milliseconds