Home | History | Annotate | Download | only in src

Lines Matching defs:debug

34 #include "debug.h"
662 #ifdef DEBUG
1082 #ifdef DEBUG
1180 #ifdef DEBUG
1776 #ifdef DEBUG
1938 // Expose the debug global object in global if a name for it is specified.
1940 Debug* debug = Isolate::Current()->debug();
1943 if (!debug->Load()) return;
1946 // exposing debug global object doesn't make much sense).
1947 debug->debug_context()->set_security_token(
1952 Handle<Object> global_proxy(debug->debug_context()->global_proxy());