Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/debug_helper/
Dheap-constants.h47 struct KnownInstanceType { struct
52 KnownInstanceType() : confidence(Confidence::kLow) {} in KnownInstanceType() argument
53 KnownInstanceType(int type) : KnownInstanceType() { in KnownInstanceType() argument
65 KnownInstanceType FindKnownMapInstanceTypes( argument