Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/debug_helper/
Ddebug-helper-internal.h92 struct_fields_(std::move(struct_fields)), in ObjectProperty()
100 public_view_.num_struct_fields = struct_fields_.size(); in GetPublicView()
102 for (const auto& property : struct_fields_) { in GetPublicView()
114 std::vector<std::unique_ptr<StructProperty>> struct_fields_; variable