Searched refs:StructProperty (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/tools/debug_helper/ |
H A D | debug-helper-internal.h | 51 // Internal version of API class v8::debug_helper::StructProperty. 52 class StructProperty : public PropertyBase { class 54 StructProperty(std::string name, std::string type, in StructProperty() function in v8::internal::debug_helper_internal::StructProperty 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_;
|
H A D | get-object-properties.cc | 494 std::vector<std::unique_ptr<StructProperty>>(), 529 std::vector<std::unique_ptr<StructProperty>>(), 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()
|
H A D | debug-helper.h | 91 struct StructProperty : public PropertyBase { struct 124 StructProperty** struct_fields;
|
Completed in 4 milliseconds