Home
last modified time | relevance | path

Searched refs:external_isolate (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/api/
Dapi.cc3845 void i::Internals::CheckInitializedImpl(v8::Isolate* external_isolate) { in CheckInitializedImpl() argument
3846 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in CheckInitializedImpl()
4249 Local<String> Value::TypeOf(v8::Isolate* external_isolate) { in TypeOf() argument
4250 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in TypeOf()
6394 v8::Isolate* external_isolate, v8::ExtensionConfiguration* extensions, in NewContext() argument
6399 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(external_isolate); in NewContext()
6421 v8::Isolate* external_isolate, v8::ExtensionConfiguration* extensions, in New() argument
6426 return NewContext(external_isolate, extensions, global_template, in New()
6432 v8::Isolate* external_isolate, size_t context_snapshot_index, in FromSnapshot() argument
6438 reinterpret_cast<i::Isolate*>(external_isolate), in FromSnapshot()
[all …]