Searched defs:stack_index (Results 1 – 4 of 4) sorted by relevance
302 unsigned stack_index; member
798 int stack_index = recursion_stack.empty() ? -1 : recursion_stack.back().idx; in match_assert_backref() local
45 int stack_index; member
54148 uint32_t stack_index = 0; in JS_BuildStackTrace() local54248 static JSStackFrame *JS_FindCurStackFrame(JSContext *ctx, int stack_index) in JS_FindCurStackFrame()54338 JSValue JS_DebuggerEvaluate(JSContext *ctx, int stack_index, JSValue expr) in JS_DebuggerEvaluate()54400 JSValue JS_GetLocalVariables(JSContext *ctx, int stack_index) in JS_GetLocalVariables()54451 JSValue JS_GetClosureVariables(JSContext *ctx, int stack_index) in JS_GetClosureVariables()