Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.cc405 DepthKind depth_acc = kShallow; in InitDepthAndFlags()
580 DepthKind depth_acc = kShallow; in InitDepthAndFlags()
720 if (is_simple() && depth() == kShallow && array_index > 0 && in BuildBoilerplateDescription()
739 return depth() <= kShallow && in IsFastCloningSupported()
Dast.h1100 enum DepthKind { kUninitialized, kShallow, kNotShallow }; enumerator
1122 bool is_shallow() const { return depth() == kShallow; } in is_shallow()