Home
last modified time | relevance | path

Searched refs:JS_DefineObjProperty (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
DJS_Define.h191 …if (JS_DefineObjProperty(pRuntime, nObjDefnID, JS_Class_Properties[j].pName, JS_Class_Properties[j…
368 …if (JS_DefineObjProperty(pRuntime, nObjDefnID, JS_Class_Properties[j].pName, JS_Class_Properties[j…
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h58 int JS_DefineObjProperty(IJS_Runtime* pJSRuntime, int nObjDefnID, const wchar_t* sPropName, …
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp113 int JS_DefineObjProperty(IJS_Runtime* pJSRuntime, int nObjDefnID, const wchar_t* sPropName, v8::Acc… in JS_DefineObjProperty() function