Home
last modified time | relevance | path

Searched refs:properties_ (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper-internal.h138 properties_ = std::move(properties); in ObjectPropertiesResult()
148 public_view_.num_properties = properties_.size(); in GetPublicView()
150 for (const auto& property : properties_) { in GetPublicView()
168 std::vector<std::unique_ptr<ObjectProperty>> properties_; member in v8::internal::debug_helper_internal::ObjectPropertiesResult
186 properties_ = std::move(properties); in StackFrameResult()
190 public_view_.num_properties = properties_.size(); in GetPublicView()
192 for (const auto& property : properties_) { in GetPublicView()
201 std::vector<std::unique_ptr<ObjectProperty>> properties_; member in v8::internal::debug_helper_internal::StackFrameResult
H A Dget-object-properties.cc472 return {std::move(visitor.brief_), std::move(visitor.properties_)}; in Visit()
486 properties_.push_back(std::make_unique<ObjectProperty>(
525 properties_.push_back(std::make_unique<ObjectProperty>(
550 std::vector<std::unique_ptr<ObjectProperty>> properties_; member in v8::internal::debug_helper_internal::AddInfoVisitor
/third_party/gn/src/gn/
H A Dscope.cc548 DCHECK(properties_.find(key) != properties_.end()); in SetProperty()
549 properties_.erase(key); in SetProperty()
551 properties_[key] = value; in SetProperty()
556 PropertyMap::const_iterator found = properties_.find(key); in GetProperty()
557 if (found != properties_.end()) { in GetProperty()
H A Dscope.h409 PropertyMap properties_;
/third_party/node/deps/v8/src/compiler/
H A Doperator.h99 Properties properties() const { return properties_; } in properties()
141 Properties properties_; member in v8::internal::compiler::Operator
H A Dlinkage.h271 properties_(properties),
412 Operator::Properties properties() const { return properties_; } in properties()
465 const Operator::Properties properties_; member in v8::internal::compiler::final
H A Doperator.cc32 properties_(properties), in Operator()
/third_party/libabigail/src/
H A Dabg-ini.cc776 properties_type properties_; member in abigail::ini::config::section::priv
820 {return priv_->properties_;} in get_properties()
827 {priv_->properties_ = properties;} in set_properties()
834 {priv_->properties_.push_back(prop);} in add_property()
/third_party/node/deps/v8/src/ast/
H A Dast.h1262 : properties_(properties), in ObjectLiteralBoilerplateBuilder()
1277 const ZonePtrList<Property>* properties() const { return properties_; } in properties()
1330 ZoneList<Property*>* properties_; member in v8::internal::final
1359 ZoneList<Property*>* properties() { return &properties_; } in properties()
1375 properties_(properties.ToConstVector(), zone), in ObjectLiteral()
1377 builder_(&properties_, boilerplate_properties, has_rest_property) {} in ObjectLiteral()
1379 ZoneList<Property*> properties_; member in v8::internal::final
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc15108 properties_(properties) {}
15138 for (int i = 0; i < properties_.length(); i++) {
15140 int descriptor = properties_[i].descriptor_index;
15150 CodeAssembler::LoadRoot(properties_[i].name_root_index)));
15181 for (int i = 0; i < properties_.length(); i++) {
15183 std::max(max_descriptor_index, properties_[i].descriptor_index);
15195 for (int i = 0; i < properties_.length(); i++) {
15196 const DescriptorIndexNameValue& p = properties_[i];
H A Dcode-stub-assembler.h4434 const base::Vector<DescriptorIndexNameValue> properties_; member in PrototypeCheckAssembler
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]

Completed in 127 milliseconds