HomeSort by relevance Sort by last modified time
    Searched defs:debug_context (Results 1 - 2 of 2) 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());
  /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...]

Completed in 299 milliseconds