Home
last modified time | relevance | path

Searched refs:FXJS_GetThisObj (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8_embeddertest.cpp28 v8::Local<v8::Object> This = FXJS_GetThisObj(isolate()); in TEST_F()
Dfxjs_v8.cpp451 v8::Local<v8::Object> FXJS_GetThisObj(v8::Isolate* pIsolate) { in FXJS_GetThisObj() function
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h164 v8::Local<v8::Object> FXJS_GetThisObj(v8::Isolate* pIsolate);
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp223 v8::Local<v8::Object> pThis = FXJS_GetThisObj(GetIsolate());
Dapp.cpp124 v8::Local<v8::Object> pObj = FXJS_GetThisObj(pRuntime->GetIsolate()); in activeDocs()