Searched refs:SetIsolate (Results 1 – 2 of 2) sorted by relevance
87 SetIsolate(pIsolate); in CJS_Runtime()108 SetIsolate(nullptr); in ~CJS_Runtime()
79 void SetIsolate(v8::Isolate* pIsolate) { m_isolate = pIsolate; } in SetIsolate() function