Home
last modified time | relevance | path

Searched defs:is_stable (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/version_check/src/
Dchannel.rs181 pub fn is_stable(&self) -> bool { in is_stable() method
/third_party/node/deps/v8/src/compiler/
Dmap-inference.cc135 auto is_stable = [](const MapRef& map) { return map.is_stable(); }; in RelyOnMapsHelper() local
Dheap-refs.cc1655 bool MapRef::is_stable() const { in is_stable() function in v8::internal::compiler::MapRef
/third_party/node/deps/v8/src/objects/
Dmap-inl.h642 bool Map::is_stable() const { in is_stable() function