Searched refs:hNewThis (Results 1 – 2 of 2) sorted by relevance
244 v8::Local<v8::Object> hNewThis) { in ExecuteScript() argument250 if (hNewThis.IsEmpty()) { in ExecuteScript()280 if (hWrapperFn->Call(hContext, hNewThis, 1, rgArgs).ToLocal(&hValue)) { in ExecuteScript()
189 v8::Local<v8::Object> hNewThis) { in NewBoundFunction() argument191 DCHECK(!hNewThis.IsEmpty()); in NewBoundFunction()196 rgArgs[1] = hNewThis; in NewBoundFunction()