Searched refs:scopeCount (Results 1 – 1 of 1) sorted by relevance
/third_party/quickjs/ |
D | debugger.c | 269 static void DBG_SetScopes(JSContext *cx, JSValue scopes, int scopeCount, int scopeType, int frameId) in DBG_SetScopes() argument 294 JS_SetPropertyUint32(cx, scopes, scopeCount, scopeObj); in DBG_SetScopes() 333 int scopeCount = 0; in DBG_ScopesProcess() local 334 DBG_SetScopes(cx, scopes, scopeCount++, LOCAL, frameId); in DBG_ScopesProcess() 335 DBG_SetScopes(cx, scopes, scopeCount++, CLOSURE, frameId); in DBG_ScopesProcess() 336 DBG_SetScopes(cx, scopes, scopeCount++, GLOBAL, frameId); in DBG_ScopesProcess()
|