Lines Matching refs:DebuggerVariableState
418 struct DebuggerVariableState *state, in DBG_GetObjectVariableReference()
446 struct DebuggerVariableState *state, in DBG_SetVariableType()
517 struct DebuggerVariableState *state, in DBG_GetVariableObj()
533 static JSValue DBG_ProcessUndefinedVariable(JSContext *cx, struct DebuggerVariableState *state, in DBG_ProcessUndefinedVariable()
565 struct DebuggerVariableState *state) in DBG_VariablesUnFilteredProcess()
594 struct DebuggerVariableState *state) in DBG_VariablesFilteredProcess()
636 struct DebuggerVariableState *state) in DBG_VariablesProcess()
670 struct DebuggerVariableState *state) in DBG_EvaluateProcess()
719 struct DebuggerVariableState *state) in DBG_RequestProcess()
768 JSValue msg, struct DebuggerVariableState *state) in DBG_ProcessMsgByType()
789 static DebuggerVariableState DBG_GetVariableState(DebuggerInfo *debuggerInfo, const uint8_t *pc) in DBG_GetVariableState()
791 struct DebuggerVariableState state = {0}; in DBG_GetVariableState()
807 struct DebuggerVariableState state = DBG_GetVariableState(debuggerInfo, pc); in DBG_ProcessMsg()