Home | History | Annotate | Download | only in inspector

Lines Matching refs:m_isolate

35         m_isolate(info.GetIsolate()),
53 v8::Local<v8::Private> key = inspectedContextPrivateKey(m_isolate);
82 if (!m_info.Length()) arguments.push_back(toV8String(m_isolate, message));
88 toV8String(m_isolate, message));
109 toV8String(m_isolate, message));
151 v8::Private::ForApi(m_isolate, toV8StringInternalized(m_isolate, name));
156 v8::Local<v8::Map> map = v8::Map::New(m_isolate);
167 v8::Local<v8::String> v8Key = toV8String(m_isolate, key);
175 v8::Local<v8::String> v8Key = toV8String(m_isolate, key);
176 if (!map->Set(m_context, v8Key, v8::Integer::New(m_isolate, value))
183 v8::Local<v8::String> v8Key = toV8String(m_isolate, key);
192 v8::Local<v8::String> v8Key = toV8String(m_isolate, key);
193 if (!map->Set(m_context, v8Key, v8::Number::New(m_isolate, value))
223 v8::Isolate* m_isolate;
232 v8::Private::ForApi(m_isolate, toV8StringInternalized(m_isolate, name));
241 if (!console->SetPrivate(m_context, key, v8::True(m_isolate))