Home
last modified time | relevance | path

Searched refs:should_be_fast_map (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dprototype-info.h36 DECL_BOOLEAN_ACCESSORS(should_be_fast_map)
Dprototype-info-inl.h49 BOOL_ACCESSORS(PrototypeInfo, bit_field, should_be_fast_map, in BOOL_ACCESSORS() argument
Dmap-inl.h548 return PrototypeInfo::cast(prototype_info()).should_be_fast_map(); in should_be_fast_prototype_map()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1778 os << "\n - should_be_fast_map: " << should_be_fast_map(); in PrototypeInfoPrint()