Home
last modified time | relevance | path

Searched refs:FRAME_MOVE_TWO_STEP (Results 1 – 2 of 2) sorted by relevance

/third_party/quickjs/
Ddebugger.h44 #define FRAME_MOVE_TWO_STEP 2 macro
Ddebugger.c292 JS_NewInt32(cx, (frameId << FRAME_MOVE_TWO_STEP) + scopeType)); in DBG_SetScopes()
540 int frame = reference >> FRAME_MOVE_TWO_STEP; in DBG_ProcessUndefinedVariable()