Home
last modified time | relevance | path

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

/third_party/quickjs/
Ddebugger.c685 JSValue frameJsVal = JS_GetPropertyStr(cx, argsJsVal, "frameId"); in DBG_EvaluateProcess() local
686 JS_ToInt32(cx, &frameId, frameJsVal); in DBG_EvaluateProcess()
687 JS_FreeValue(cx, frameJsVal); in DBG_EvaluateProcess()