Home
last modified time | relevance | path

Searched defs:stack_index (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/glx/
Dindirect_vertex_array_priv.h302 unsigned stack_index; member
/third_party/boost/boost/regex/v4/
Dperl_matcher_common.hpp798 int stack_index = recursion_stack.empty() ? -1 : recursion_stack.back().idx; in match_assert_backref() local
/third_party/ffmpeg/libavutil/
Deval.c45 int stack_index; member
/third_party/quickjs/
Dquickjs.c54148 uint32_t stack_index = 0; in JS_BuildStackTrace() local
54248 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()