Lines Matching refs:external_isolate
3679 void i::Internals::CheckInitializedImpl(v8::Isolate* external_isolate) { in CheckInitializedImpl() argument
3680 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in CheckInitializedImpl()
4075 Local<String> Value::TypeOf(v8::Isolate* external_isolate) { in TypeOf() argument
4076 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in TypeOf()
6224 v8::Isolate* external_isolate, v8::ExtensionConfiguration* extensions, in NewContext() argument
6228 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in NewContext()
6250 v8::Isolate* external_isolate, v8::ExtensionConfiguration* extensions, in New() argument
6254 return NewContext(external_isolate, extensions, global_template, in New()
6259 v8::Isolate* external_isolate, size_t context_snapshot_index, in FromSnapshot() argument
6264 reinterpret_cast<i::Isolate*>(external_isolate), in FromSnapshot()
6268 return NewContext(external_isolate, extensions, MaybeLocal<ObjectTemplate>(), in FromSnapshot()
6274 v8::Isolate* external_isolate, v8::Local<ObjectTemplate> global_template, in NewRemoteContext() argument
6276 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in NewRemoteContext()