Home
last modified time | relevance | path

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

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