Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Druntime.cpp70 CFXJSE_RuntimeData* pRuntimeData = new CFXJSE_RuntimeData(pIsolate); in Create() local
77 pRuntimeData->m_hRootContextGlobalTemplate.Reset(pIsolate, hFuncTemplate); in Create()
78 pRuntimeData->m_hRootContext.Reset(pIsolate, hContext); in Create()
79 return pRuntimeData; in Create()