Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate.h125 // AsIsolate is only allowed on the main-thread.
126 Isolate* AsIsolate() { in AsIsolate() function in v8::internal::final
H A Disolate.h1896 Isolate* AsIsolate() { return this; } in AsIsolate() function in v8::internal::final
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.h86 Isolate* main_thread_isolate() const { return isolate_->AsIsolate(); } in main_thread_isolate()
/third_party/node/deps/v8/src/objects/
H A Dstring.cc328 MigrateExternalString(isolate->AsIsolate(), string, internalized); in MakeThin()
H A Dobjects.cc2430 JSMap::cast(*this).Rehash(isolate->AsIsolate()); in RehashBasedOnMap()
2434 JSSet::cast(*this).Rehash(isolate->AsIsolate()); in RehashBasedOnMap()

Completed in 20 milliseconds