Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/debug_helper/
Ddebug-helper-internal.h52 class StructProperty : public PropertyBase {
54 StructProperty(std::string name, std::string type, in StructProperty() function
63 d::StructProperty* GetPublicView() { in GetPublicView()
76 d::StructProperty public_view_;
85 std::vector<std::unique_ptr<StructProperty>> struct_fields, in ObjectProperty()
114 std::vector<std::unique_ptr<StructProperty>> struct_fields_;
118 std::vector<d::StructProperty*> struct_fields_raw_;
Dget-object-properties.cc494 std::vector<std::unique_ptr<StructProperty>>(), in VisitExternalString()
529 std::vector<std::unique_ptr<StructProperty>>(), in VisitJSObject()
677 std::vector<std::unique_ptr<StructProperty>>(), in GetStackFrame()
705 std::vector<std::unique_ptr<StructProperty>>(), in GetStackFrame()
710 std::vector<std::unique_ptr<StructProperty>>(), in GetStackFrame()
735 std::vector<std::unique_ptr<StructProperty>>(), in GetStackFrame()
738 std::vector<std::unique_ptr<StructProperty>> in GetStackFrame()
741 std::make_unique<StructProperty>( in GetStackFrame()
744 std::make_unique<StructProperty>("end", kObjectAsStoredInHeap, in GetStackFrame()
Ddebug-helper.h91 struct StructProperty : public PropertyBase { struct
124 StructProperty** struct_fields; argument