Searched refs:hNewThis (Results 1 – 2 of 2) sorted by relevance
285 v8::Local<v8::Value> hNewThis = v8::Local<v8::Value>::New( in ExecuteScript() local287 ASSERT(!hNewThis.IsEmpty()); in ExecuteScript()301 if (hWrapperFn->Call(hContext, hNewThis.As<v8::Object>(), 1, rgArgs) in ExecuteScript()
265 v8::Local<v8::Value> hNewThis = in SetFunctionBind() local267 if (hNewThis.IsEmpty()) in SetFunctionBind()270 rgArgs[1] = hNewThis; in SetFunctionBind()