Home
last modified time | relevance | path

Searched refs:lpOldFunction (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.cpp252 bool CFXJSE_Value::SetFunctionBind(CFXJSE_Value* lpOldFunction, in SetFunctionBind() argument
254 ASSERT(lpOldFunction); in SetFunctionBind()
260 v8::Local<v8::Value>::New(GetIsolate(), lpOldFunction->DirectGetValue()); in SetFunctionBind()