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 508 return is_active() && !debug_context().is_null() && break_id() != 0 &&
517 inline Handle<Context> debug_context() { return debug_context_; } function in class:v8::internal::Debug
631 DCHECK(isolate_->context() == *debug_context());
debug-evaluate.cc 19 return context->native_context() == *isolate->debug()->debug_context();
debug.cc 545 kFirstContextSnapshotIndex, DEBUG_CONTEXT);
893 if (function->native_context() == *debug_context()) return;
    [all...]
  /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()),
376 CHECK(CcTest::i_isolate()->debug()->debug_context().is_null());
    [all...]
  /external/v8/src/runtime/
runtime-debug.cc 659 if (*save->context() == *isolate->debug()->debug_context()) {
    [all...]

Completed in 271 milliseconds