Searched refs:m_isolate (Results 1 – 8 of 8) sorted by relevance
56 m_isolate(NULL),64 pExternalIsolate = reinterpret_cast<v8::Isolate*>(pPlatform->m_isolate);69 m_isolate = (v8::Isolate*)CPDFXFA_App::GetInstance()->GetJSERuntime();76 pExternalIsolate = reinterpret_cast<v8::Isolate*>(pPlatform->m_isolate);85 m_isolateManaged = FXJS_GetIsolate(&m_isolate);88 v8::Isolate* isolate = m_isolate;100 m_isolateManaged = FXJS_GetIsolate(&m_isolate);133 m_isolate->Dispose();212 v8::Isolate::Scope isolate_scope(m_isolate);214 v8::Locker locker(m_isolate);[all …]
58 v8::Isolate* GetIsolate() const { return m_isolate; } in GetIsolate()79 v8::Isolate* m_isolate; variable
264 void SetIsolate(v8::Isolate* isolate) { m_isolate = isolate; } in SetIsolate()272 v8::Isolate* m_isolate; variable
461 void SetIsolate(v8::Isolate* isolate) { m_isolate = isolate; } in SetIsolate()492 v8::Isolate* m_isolate; variable
151 m_isolate(NULL), in Document()1251 CJS_Icon* pJS_Icon = (CJS_Icon*)FXJS_GetPrivate(m_isolate, pObj); in icons()1293 CJS_Icon* pJS_Icon = (CJS_Icon*)FXJS_GetPrivate(m_isolate, pObj); in getIcon()
124 m_isolate(NULL) {} in Field()
13 v8::Isolate* m_isolate;20 : m_isolate(pIsolate), in CFXJSE_ScopeUtil_IsolateHandle()24 v8::Isolate* GetIsolate() { return m_isolate; } in GetIsolate()
303 void* m_isolate; /* Unused in v3, retain for compatibility. */ member