Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_globalconsts.cpp13 CFXJS_Engine::CurrentEngineFromIsolate(info.GetIsolate()) \
Dfxjs_v8.h140 static CFXJS_Engine* CurrentEngineFromIsolate(v8::Isolate* pIsolate);
Dcjs_runtime.cpp67 CFXJS_Engine::CurrentEngineFromIsolate(pIsolate)); in CurrentRuntimeFromIsolate()
Dfxjs_v8.cpp180 pObjDef->m_pDestructor(CFXJS_Engine::CurrentEngineFromIsolate(isolate), in Dispose()
264 CFXJS_Engine* CFXJS_Engine::CurrentEngineFromIsolate(v8::Isolate* pIsolate) { in CurrentEngineFromIsolate() function in CFXJS_Engine
Dcjs_global.cpp363 static_cast<CJS_Runtime*>(CFXJS_Engine::CurrentEngineFromIsolate( in UpdateGlobalPersistentVariables()