Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/debug_helper/
Ddebug-helper.h104 struct ObjectProperty : public PropertyBase { struct
107 uintptr_t address;
134 ObjectProperty** properties; argument
Ddebug-helper-internal.h82 ObjectProperty(std::string name, std::string type, in ObjectProperty() function