Home
last modified time | relevance | path

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

/third_party/quickjs/
Ddebugger.h98 JSValue variableReferences; member
Ddebugger.c435 JS_SetPropertyUint32(cx, state->variableReferences, reference, JS_DupValue(cx, varVal)); in DBG_GetObjectVariableReference()
558 JS_SetPropertyUint32(cx, state->variableReferences, reference, JS_DupValue(cx, variable)); in DBG_ProcessUndefinedVariable()
650 JSValue variable = JS_GetPropertyUint32(cx, state->variableReferences, reference); in DBG_VariablesProcess()
794 state.variableReferences = JS_NewObject(debuggerInfo->cx); in DBG_GetVariableState()