Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_context.cpp229 CFXJSE_Value* lpNewThisObject) { in ExecuteScript() argument
234 if (!lpNewThisObject) { in ExecuteScript()
252 v8::Local<v8::Value>::New(m_pIsolate, lpNewThisObject->m_hValue); in ExecuteScript()
Dcfxjse_context.h38 CFXJSE_Value* lpNewThisObject = nullptr);