Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h95 …e* pJSRuntime,v8::Local<v8::Object> pObj, const wchar_t* PropertyName, v8::Local<v8::Object> pPut);
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp610 …me* pJSRuntime,v8::Local<v8::Object> pObj, const wchar_t* PropertyName, v8::Local<v8::Object> pPut) in JS_PutObjectObject() argument
613 pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),pPut).FromJust(); in JS_PutObjectObject()