Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dcjs_runtime.cpp174 v8::Local<v8::Object> pThis = GetThisObj(); in SetFormFillEnvToDocument()
Dapp.cpp217 v8::Local<v8::Object> pObj = pRuntime->GetThisObj(); in activeDocs()
/external/pdfium/fxjs/
Dfxjs_v8.h179 v8::Local<v8::Object> GetThisObj();
Dfxjs_v8_embeddertest.cpp28 v8::Local<v8::Object> This = engine()->GetThisObj(); in CheckAssignmentInCurrentContext()
Dfxjs_v8.cpp529 v8::Local<v8::Object> CFXJS_Engine::GetThisObj() { in GetThisObj() function in CFXJS_Engine