Searched refs:m_mapVariableToContext (Results 1 – 2 of 2) sorted by relevance
116 for (const auto& pair : m_mapVariableToContext) in ~CFXJSE_Engine()437 m_mapVariableToContext[pScriptNode] = std::move(pNewContext); in CreateVariablesContext()461 auto it = m_mapVariableToContext.find(pScriptNode); in RunVariablesScript()462 if (it != m_mapVariableToContext.end() && it->second) in RunVariablesScript()496 auto it = m_mapVariableToContext.find(pScriptNode); in QueryVariableValue()497 if (it == m_mapVariableToContext.end() || !it->second) in QueryVariableValue()
109 m_mapVariableToContext; variable