Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h64 …e,IFXJS_Runtime* pFXRuntime, IFXJS_Context* context, v8::Global<v8::Context>& v8PersistentContext);
65 void JS_ReleaseRuntime(IJS_Runtime* pJSRuntime, v8::Global<v8::Context>& v8PersistentContext);
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp236 …me,IFXJS_Runtime* pFXRuntime, IFXJS_Context* context, v8::Global<v8::Context>& v8PersistentContext) in JS_InitialRuntime() argument
282 v8PersistentContext.Reset(isolate, v8Context); in JS_InitialRuntime()
285 void JS_ReleaseRuntime(IJS_Runtime* pJSRuntime, v8::Global<v8::Context>& v8PersistentContext) in JS_ReleaseRuntime() argument
290 v8::Local<v8::Context> context = v8::Local<v8::Context>::New(isolate, v8PersistentContext); in JS_ReleaseRuntime()