Searched refs:external_isolate (Results 1 – 1 of 1) sorted by relevance
3533 void i::Internals::CheckInitializedImpl(v8::Isolate* external_isolate) { in CheckInitializedImpl() argument3534 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in CheckInitializedImpl()3941 Local<String> Value::TypeOf(v8::Isolate* external_isolate) { in TypeOf() argument3942 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in TypeOf()6164 Local<Context> NewContext(v8::Isolate* external_isolate, in NewContext() argument6169 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in NewContext()6187 Local<Context> v8::Context::New(v8::Isolate* external_isolate, in New() argument6191 return NewContext(external_isolate, extensions, global_template, in New()6196 v8::Isolate* external_isolate, size_t context_snapshot_index, in FromSnapshot() argument6201 reinterpret_cast<i::Isolate*>(external_isolate), in FromSnapshot()[all …]