Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_engine.cpp116 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()
Dcfxjse_engine.h109 m_mapVariableToContext; variable