Home
last modified time | relevance | path

Searched refs:rgArgs (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp258 v8::Local<v8::Value> rgArgs[2]; in SetFunctionBind() local
264 rgArgs[0] = hOldFunction; in SetFunctionBind()
270 rgArgs[1] = hNewThis; in SetFunctionBind()
285 hBinderFunc->Call(hContext, hContext->Global(), 2, rgArgs) in SetFunctionBind()
Dcfxjse_context.cpp299 v8::Local<v8::Value> rgArgs[] = {hScriptString}; in ExecuteScript() local
301 if (hWrapperFn->Call(hContext, hNewThis.As<v8::Object>(), 1, rgArgs) in ExecuteScript()