Searched refs:rgArgs (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
H A Dcontext.cpp225 v8::Local<v8::Value> rgArgs[] = {hScriptString}; local
227 hWrapperFn->Call(hNewThis.As<v8::Object>(), 1, rgArgs);
H A Ddynprop.cpp204 v8::Local<v8::Value> rgArgs[] = {hChainObj, info[0]}; local
205 v8::Local<v8::Value> hChainDescriptor = fn->Call(info.This(), 2, rgArgs);
431 v8::Local<v8::Value> rgArgs[] = {hTrapper, hOldPrototype}; local
433 hHarmonyProxyCreateFn->Call(hHarmonyProxyObj, 2, rgArgs);
H A Dvalue.cpp453 v8::Local<v8::Value> rgArgs[2]; local
459 rgArgs[0] = hOldFunction;
465 rgArgs[1] = hNewThis;
473 hBinderFunc->Call(m_pIsolate->GetCurrentContext()->Global(), 2, rgArgs);

Completed in 75 milliseconds