Home | History | Annotate | Download | only in text

Lines Matching defs:isolate

44     v8::Isolate* isolate = v8::Isolate::GetCurrent();
45 v8::HandleScope handleScope(isolate);
46 v8::Local<v8::Context> context = V8PerIsolateData::from(isolate)->ensureRegexContext();
60 m_regex.set(isolate, regex);
75 v8::Isolate* isolate = v8::Isolate::GetCurrent();
76 v8::HandleScope handleScope(isolate);
83 v8::Local<v8::RegExp> regex = m_regex.newLocal(isolate);