Home
last modified time | relevance | path

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

/third_party/quickjs/
Ddebugger.c571 JSPropertyEnum *tabAtom = NULL; in DBG_VariablesUnFilteredProcess() local
573 if (JS_GetOwnPropertyNames(cx, &tabAtom, &tabAtomCount, variable, in DBG_VariablesUnFilteredProcess()
579 JSValue value = JS_GetProperty(cx, variable, tabAtom[idx].atom); in DBG_VariablesUnFilteredProcess()
581 JS_AtomToString(cx, tabAtom[idx].atom), value); in DBG_VariablesUnFilteredProcess()
585 DBG_FreePropEnum(cx, tabAtom, tabAtomCount); in DBG_VariablesUnFilteredProcess()