Home
last modified time | relevance | path

Searched refs:kNotShallow (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast.cc434 depth_acc = kNotShallow; in InitDepthAndFlags()
588 depth_acc = kNotShallow; in InitDepthAndFlags()
Dast.h1100 enum DepthKind { kUninitialized, kShallow, kNotShallow }; enumerator
1103 STATIC_ASSERT((1 << kDepthKindBits) > kNotShallow);