Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc550 (flags & AggregateLiteral::kNeedsInitialAllocationSite) != 0; in CreateLiteral()
/third_party/node/deps/v8/src/ast/
Dast.h1088 kNeedsInitialAllocationSite = 1 << 2, enumerator
1132 flags |= AggregateLiteral::kNeedsInitialAllocationSite;
1351 static_cast<int>(AggregateLiteral::kNeedsInitialAllocationSite) <