Searched refs:m_pIsolate (Results 1 – 2 of 2) sorted by relevance
57 operator JSFXObject () {return v8::Local<v8::Object>::New(m_pIsolate, m_pObject);} in JSFXObject()67 v8::Isolate* GetIsolate() {return m_pIsolate;} in GetIsolate()71 v8::Isolate* m_pIsolate; variable
109 m_pIsolate = context->GetIsolate(); in CJS_Object()110 m_pObject.Reset(m_pIsolate, pObject); in CJS_Object()