Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc549 return fast_elements() && is_shallow() && in IsFastCloningSupported()
Dast.h1212 bool is_shallow() const { return depth() == 1; } in is_shallow() function
1219 if (is_shallow()) flags |= kIsShallow;