Home | History | Annotate | Download | only in src

Lines Matching defs:debug

34 #include "debug.h"
647 #ifdef DEBUG
1140 #ifdef DEBUG
1243 #ifdef DEBUG
2182 // Expose the debug global object in global if a name for it is specified.
2184 Debug* debug = isolate->debug();
2187 if (!debug->Load()) return;
2190 // exposing debug global object doesn't make much sense).
2191 debug->debug_context()->set_security_token(
2197 debug->debug_context()->global_proxy(), isolate);