Home
last modified time | relevance | path

Searched refs:JS_GetThisObj (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp232 JSObject pThis = JS_GetThisObj(*this); in SetReaderDocument()
Dapp.cpp164 JSFXObject pObj = JS_GetThisObj(*pRuntime); in activeDocs()
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h73 v8::Local<v8::Object> JS_GetThisObj(IJS_Runtime * pJSRuntime);
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp414 v8::Local<v8::Object> JS_GetThisObj(IJS_Runtime * pJSRuntime) in JS_GetThisObj() function