Searched refs:variableReferences (Results 1 – 2 of 2) sorted by relevance
/third_party/quickjs/ |
D | debugger.h | 98 JSValue variableReferences; member
|
D | debugger.c | 435 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()
|