Searched refs:lpOldFunction (Results 1 – 2 of 2) sorted by relevance
70 bool SetFunctionBind(CFXJSE_Value* lpOldFunction, CFXJSE_Value* lpNewThis);
231 bool CFXJSE_Value::SetFunctionBind(CFXJSE_Value* lpOldFunction, in SetFunctionBind() argument233 ASSERT(lpOldFunction && lpNewThis); in SetFunctionBind()238 v8::Local<v8::Value>::New(m_pIsolate, lpOldFunction->DirectGetValue()); in SetFunctionBind()