HomeSort by relevance Sort by last modified time
    Searched refs:m_V8PersistentContext (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/
cjs_v8.h 83 m_V8PersistentContext.Reset(m_isolate, context);
85 void ReleasePersistentContext() { m_V8PersistentContext.Reset(); }
90 v8::Global<v8::Context> m_V8PersistentContext;
cjs_v8.cpp 17 m_V8PersistentContext.Reset();
92 return v8::Local<v8::Context>::New(m_isolate, m_V8PersistentContext);
96 return m_V8PersistentContext.Get(m_isolate);

Completed in 135 milliseconds