Home
last modified time | relevance | path

Searched refs:pV8PersistentContext (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h141 v8::Global<v8::Context>* pV8PersistentContext,
144 v8::Global<v8::Context>* pV8PersistentContext,
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp278 v8::Global<v8::Context>* pV8PersistentContext, in FXJS_InitializeRuntime() argument
323 pV8PersistentContext->Reset(pIsolate, v8Context); in FXJS_InitializeRuntime()
327 v8::Global<v8::Context>* pV8PersistentContext, in FXJS_ReleaseRuntime() argument
335 v8::Local<v8::Context>::New(pIsolate, *pV8PersistentContext); in FXJS_ReleaseRuntime()