Home
last modified time | relevance | path

Searched refs:ExecuteInDebugContext (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/mjsunit/
Ddebug-liveedit-check-stack.js90 return Debug.ExecuteInDebugContext(f, true);
96 return Debug.ExecuteInDebugContext(f, false);
/external/v8/test/mjsunit/es6/
Dgenerators-debug-liveedit.js57 Debug.ExecuteInDebugContext(debug, false);
/external/v8/src/
Druntime.h575 F(ExecuteInDebugContext, 2, 1) \
Ddebug-debugger.js568 Debug.ExecuteInDebugContext = function(f, without_debugger) { class
570 return %ExecuteInDebugContext(f, !!without_debugger);