Home | History | Annotate | Download | only in src

Lines Matching defs:debug

33 #include "d8-debug.h"
34 #include "debug.h"
449 i::Debug::Load();
450 i::JSObject* debug = i::Debug::debug_context()->global();
451 utility_context_->Global()->Set(String::New("$debug"),
452 Utils::ToLocal(&debug));
480 // Set the security token of the debug context to allow access.
481 i::Debug::debug_context()->set_security_token(i::Heap::undefined_value());
485 v8::Debug::EnableAgent("d8 shell", i::FLAG_debugger_port);
490 v8::Debug::SetDebugEventListener(HandleDebugEvent);