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

  /external/pdfium/fxjs/
cfxjse_value.cpp 236 v8::Local<v8::Value> rgArgs[2];
242 rgArgs[0] = hOldFunction;
248 rgArgs[1] = hNewThis;
256 hBinderFunc->Call(m_pIsolate->GetCurrentContext()->Global(), 2, rgArgs);
cfxjse_context.cpp 260 v8::Local<v8::Value> rgArgs[] = {hScriptString};
262 hWrapperFn->Call(hNewThis.As<v8::Object>(), 1, rgArgs);

Completed in 500 milliseconds