Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_v8.h83 m_V8PersistentContext.Reset(m_isolate, context); in ResetPersistentContext()
85 void ReleasePersistentContext() { m_V8PersistentContext.Reset(); } in ReleasePersistentContext()
90 v8::Global<v8::Context> m_V8PersistentContext; variable
Dcjs_v8.cpp17 m_V8PersistentContext.Reset(); in ~CJS_V8()
92 return v8::Local<v8::Context>::New(m_isolate, m_V8PersistentContext); in NewLocalContext()
96 return m_V8PersistentContext.Get(m_isolate); in GetPersistentContext()