Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.h70 bool SetFunctionBind(CFXJSE_Value* lpOldFunction, CFXJSE_Value* lpNewThis);
Dcfxjse_value.cpp232 CFXJSE_Value* lpNewThis) { in SetFunctionBind() argument
233 ASSERT(lpOldFunction && lpNewThis); in SetFunctionBind()
244 v8::Local<v8::Value>::New(m_pIsolate, lpNewThis->DirectGetValue()); in SetFunctionBind()