Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate-data.h125 RootsTable& roots() { return roots_table_; } in roots()
126 const RootsTable& roots() const { return roots_table_; } in roots()
196 RootsTable roots_table_; variable
Disolate.cc3316 CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, isolate_data_.roots_table_)), in ThrowInternal()