Home
last modified time | relevance | path

Searched refs:ExecuteInDebugContext (Results 1 – 3 of 3) 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/src/
Druntime.h437 F(ExecuteInDebugContext, 2, 1) \
Ddebug-debugger.js575 Debug.ExecuteInDebugContext = function(f, without_debugger) { class
577 return %ExecuteInDebugContext(f, !!without_debugger);