Searched refs:rgArgs (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/src/fxjse/src/ |
D | dynprop.cpp | 204 v8::Local<v8::Value> rgArgs[] = {hChainObj, info[0]}; in FXJSE_V8ProxyCallback_getPropertyDescriptor() local 205 v8::Local<v8::Value> hChainDescriptor = fn->Call(info.This(), 2, rgArgs); in FXJSE_V8ProxyCallback_getPropertyDescriptor() 431 v8::Local<v8::Value> rgArgs[] = {hTrapper, hOldPrototype}; in SetUpDynPropHandler() local 433 hHarmonyProxyCreateFn->Call(hHarmonyProxyObj, 2, rgArgs); in SetUpDynPropHandler()
|
D | context.cpp | 225 v8::Local<v8::Value> rgArgs[] = {hScriptString}; in ExecuteScript() local 227 hWrapperFn->Call(hNewThis.As<v8::Object>(), 1, rgArgs); in ExecuteScript()
|
D | value.cpp | 453 v8::Local<v8::Value> rgArgs[2]; in SetFunctionBind() local 459 rgArgs[0] = hOldFunction; in SetFunctionBind() 465 rgArgs[1] = hNewThis; in SetFunctionBind() 473 hBinderFunc->Call(m_pIsolate->GetCurrentContext()->Global(), 2, rgArgs); in SetFunctionBind()
|