Searched refs:lpNewThis (Results 1 – 2 of 2) sorted by relevance
66 bool SetFunctionBind(CFXJSE_Value* lpOldFunction, CFXJSE_Value* lpNewThis);
253 CFXJSE_Value* lpNewThis) { in SetFunctionBind() argument255 ASSERT(lpNewThis); in SetFunctionBind()266 v8::Local<v8::Value>::New(GetIsolate(), lpNewThis->DirectGetValue()); in SetFunctionBind()