Home
last modified time | relevance | path

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

/third_party/quickjs/
Ddebugger.c420 JSValue varVal) in DBG_GetObjectVariableReference() argument
427 JSObject *pObj = JS_VALUE_GET_OBJ(varVal); in DBG_GetObjectVariableReference()
435 JS_SetPropertyUint32(cx, state->variableReferences, reference, JS_DupValue(cx, varVal)); in DBG_GetObjectVariableReference()
448 JSValue varVal) in DBG_SetVariableType() argument
454 uint32_t tag = JS_VALUE_GET_TAG(varVal); in DBG_SetVariableType()
482 reference = DBG_GetObjectVariableReference(cx, state, var, varVal); in DBG_SetVariableType()
493 JSValue varVal, in DBG_SetVariableProperty() argument
501 if (JS_IsArray(cx, varVal)) { in DBG_SetVariableProperty()
502 uint32_t len = DBG_GetValueAsUint32Type(cx, varVal, "length"); in DBG_SetVariableProperty()
510 JS_SetPropertyStr(cx, var, valueProperty, JS_ToString(cx, varVal)); in DBG_SetVariableProperty()
[all …]