Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DConsts.cpp105 CFXJS_Engine::CurrentEngineFromIsolate(info.GetIsolate()) \ in IMPLEMENT_JS_CLASS_CONST()
Dcjs_runtime.cpp56 CFXJS_Engine::CurrentEngineFromIsolate(pIsolate)); in CurrentRuntimeFromIsolate()
Dglobal.cpp181 static_cast<CJS_Runtime*>(CFXJS_Engine::CurrentEngineFromIsolate( in UpdateGlobalPersistentVariables()
/external/pdfium/fxjs/
Dfxjs_v8.h139 static CFXJS_Engine* CurrentEngineFromIsolate(v8::Isolate* pIsolate);
Dfxjs_v8.cpp164 CFXJS_Engine* pEngine = CFXJS_Engine::CurrentEngineFromIsolate(isolate); in Dispose()
256 CFXJS_Engine* CFXJS_Engine::CurrentEngineFromIsolate(v8::Isolate* pIsolate) { in CurrentEngineFromIsolate() function in CFXJS_Engine