Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Dcontext.cpp215 v8::Local<v8::Value> hNewThis = in ExecuteScript() local
217 ASSERT(!hNewThis.IsEmpty()); in ExecuteScript()
227 hWrapperFn->Call(hNewThis.As<v8::Object>(), 1, rgArgs); in ExecuteScript()
Dvalue.cpp206 FXJSE_HVALUE hNewThis) { in FXJSE_Value_SetFunctionBind() argument
209 CFXJSE_Value* lpNewThis = reinterpret_cast<CFXJSE_Value*>(hNewThis); in FXJSE_Value_SetFunctionBind()
460 v8::Local<v8::Value> hNewThis = in SetFunctionBind() local
462 if (hNewThis.IsEmpty()) { in SetFunctionBind()
465 rgArgs[1] = hNewThis; in SetFunctionBind()
/external/pdfium/xfa/include/fxjse/
Dfxjse.h162 FXJSE_HVALUE hNewThis);