HomeSort by relevance Sort by last modified time
    Searched refs:_DebugIsActive (Results 1 - 2 of 2) sorted by null

  /external/v8/test/mjsunit/
debug-is-active.js 9 function f() { return %_DebugIsActive() != 0; }
  /external/v8/src/
macros.py 292 const DEBUG_IS_ACTIVE = (%_DebugIsActive() != 0);

Completed in 73 milliseconds