Searched refs:rgArgs (Results 1 – 2 of 2) sorted by relevance
258 v8::Local<v8::Value> rgArgs[2]; in SetFunctionBind() local264 rgArgs[0] = hOldFunction; in SetFunctionBind()270 rgArgs[1] = hNewThis; in SetFunctionBind()285 hBinderFunc->Call(hContext, hContext->Global(), 2, rgArgs) in SetFunctionBind()
299 v8::Local<v8::Value> rgArgs[] = {hScriptString}; in ExecuteScript() local301 if (hWrapperFn->Call(hContext, hNewThis.As<v8::Object>(), 1, rgArgs) in ExecuteScript()