Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.cpp236 v8::Local<v8::Value> rgArgs[2]; in SetFunctionBind() local
242 rgArgs[0] = hOldFunction; in SetFunctionBind()
248 rgArgs[1] = hNewThis; in SetFunctionBind()
256 hBinderFunc->Call(m_pIsolate->GetCurrentContext()->Global(), 2, rgArgs); in SetFunctionBind()
Dcfxjse_context.cpp260 v8::Local<v8::Value> rgArgs[] = {hScriptString}; in ExecuteScript() local
262 hWrapperFn->Call(hNewThis.As<v8::Object>(), 1, rgArgs); in ExecuteScript()