Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjs_engine_embeddertest.cpp27 v8::Local<v8::Object> This = current_engine->GetThisObj(); in CheckAssignmentInEngineContext()
Dcfxjs_engine.h125 v8::Local<v8::Object> GetThisObj();
Dcjs_runtime.cpp147 v8::Local<v8::Object> pThis = GetThisObj(); in SetFormFillEnvToDocument()
Dcjs_app.cpp90 v8::Local<v8::Object> pObj = pRuntime->GetThisObj(); in get_active_docs()
Dcfxjs_engine.cpp611 v8::Local<v8::Object> CFXJS_Engine::GetThisObj() { in GetThisObj() function in CFXJS_Engine