Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_value.h66 bool SetFunctionBind(CFXJSE_Value* lpOldFunction, CFXJSE_Value* lpNewThis);
Dcfxjse_value.cpp253 CFXJSE_Value* lpNewThis) { in SetFunctionBind() argument
255 ASSERT(lpNewThis); in SetFunctionBind()
266 v8::Local<v8::Value>::New(GetIsolate(), lpNewThis->DirectGetValue()); in SetFunctionBind()