HomeSort by relevance Sort by last modified time
    Searched refs:rgArgs (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/
cfxjse_context.cpp 238 v8::Local<v8::Value> rgArgs[] = {hScriptString};
240 hWrapperFn->Call(hNewThis.As<v8::Object>(), 1, rgArgs);
cfxjse_value.cpp 247 v8::Local<v8::Value> rgArgs[2];
253 rgArgs[0] = hOldFunction;
259 rgArgs[1] = hNewThis;
267 hBinderFunc->Call(m_pIsolate->GetCurrentContext()->Global(), 2, rgArgs);

Completed in 628 milliseconds