Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfxjs_v8.h176 v8::Local<v8::Object> GetThisObj();
Dcjs_runtime.cpp184 v8::Local<v8::Object> pThis = GetThisObj(); in SetFormFillEnvToDocument()
Dfxjs_v8_embeddertest.cpp28 v8::Local<v8::Object> This = engine()->GetThisObj(); in CheckAssignmentInCurrentContext()
Dcjs_app.cpp94 v8::Local<v8::Object> pObj = pRuntime->GetThisObj(); in get_active_docs()
Dfxjs_v8.cpp520 v8::Local<v8::Object> CFXJS_Engine::GetThisObj() { in GetThisObj() function in CFXJS_Engine