Home
last modified time | relevance | path

Searched defs:PropertyBase (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/debug_helper/
Ddebug-helper.h69 struct PropertyBase { struct
91 struct StructProperty : public PropertyBase { argument
Ddebug-helper-internal.h36 PropertyBase(std::string name, std::string type, in PropertyBase() function
/third_party/python/Lib/test/
Dtest_dynamicclassattribute.py9 class PropertyBase(Exception): class
Dtest_property.py8 class PropertyBase(Exception): class