Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_engine.h122 UnownedPtr<CJS_Runtime> const m_pSubordinateRuntime; variable
Dcfxjse_engine.cpp103 m_pSubordinateRuntime(fxjs_runtime), in CFXJSE_Engine()
152 IJS_Runtime::ScopedEventContext ctx(m_pSubordinateRuntime.Get()); in RunScript()