Home
last modified time | relevance | path

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

/third_party/quickjs/
Ddebugger.c572 uint32_t tabAtomCount = 0; in DBG_VariablesUnFilteredProcess() local
573 if (JS_GetOwnPropertyNames(cx, &tabAtom, &tabAtomCount, variable, in DBG_VariablesUnFilteredProcess()
578 for (uint32_t idx = 0; idx < tabAtomCount; idx++) { in DBG_VariablesUnFilteredProcess()
585 DBG_FreePropEnum(cx, tabAtom, tabAtomCount); in DBG_VariablesUnFilteredProcess()