Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfxjs_v8.cpp71 m_pConstructor(pConstructor), in CFXJS_ObjDefinition()
117 const CFXJS_Engine::Constructor m_pConstructor; member in CFXJS_ObjDefinition
401 if (pObjDef->m_pConstructor) { in InitializeEngine()
402 pObjDef->m_pConstructor(this, v8Context->Global() in InitializeEngine()
510 if (pObjDef->m_pConstructor) in NewFxDynamicObj()
511 pObjDef->m_pConstructor(this, obj); in NewFxDynamicObj()