Home
last modified time | relevance | path

Searched defs:StructProperty (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/debug_helper/
Ddebug-helper.h91 struct StructProperty : public PropertyBase { struct
93 size_t offset;
97 uint8_t num_bits;
124 StructProperty** struct_fields; argument
Ddebug-helper-internal.h54 StructProperty(std::string name, std::string type, in StructProperty() function