Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.cc537 return fast_elements() && is_shallow() && in IsFastCloningSupported()
Dast.h1122 bool is_shallow() const { return depth() == kShallow; } in is_shallow() function
1129 if (is_shallow()) flags |= AggregateLiteral::kIsShallow;