Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dlocal-isolate.h126 Isolate* AsIsolate() { in AsIsolate() function
Disolate.h1896 Isolate* AsIsolate() { return this; } in AsIsolate() function
/third_party/node/deps/v8/src/snapshot/
Ddeserializer.h86 Isolate* main_thread_isolate() const { return isolate_->AsIsolate(); } in main_thread_isolate()
/third_party/node/deps/v8/src/objects/
Dstring.cc328 MigrateExternalString(isolate->AsIsolate(), string, internalized); in MakeThin()
Dobjects.cc2430 JSMap::cast(*this).Rehash(isolate->AsIsolate()); in RehashBasedOnMap()
2434 JSSet::cast(*this).Rehash(isolate->AsIsolate()); in RehashBasedOnMap()