Home
last modified time | relevance | path

Searched defs:UnusedPropertyFields (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap-inl.h351 int Map::UnusedPropertyFields() const { in UnusedPropertyFields() function
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc532 int UnusedPropertyFields() const { return unused_property_fields_; } in UnusedPropertyFields() function in v8::internal::compiler::MapData