Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/roots/
Droots-inl.h45 FullObjectSlot last_root(&roots_[kEntriesCount]); in IsRootHandleLocation()
46 if (location >= last_root) return false; in IsRootHandleLocation()
/third_party/node/deps/v8/src/execution/
Disolate.cc2935 FullObjectSlot last_root(first_root + Builtins::kBuiltinCount); in ThrowInternal() local
2936 if (location >= last_root) return false; in ThrowInternal()