Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/debug_helper/
Ddebug-helper.h62 enum class PropertyKind { enum
/third_party/node/deps/v8/src/objects/
Dproperty-details.h87 enum class PropertyKind { kData = 0, kAccessor = 1 }; enum