Home
last modified time | relevance | path

Searched refs:kFastElements (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast.cc378 if (fast_elements()) flags |= ObjectLiteral::kFastElements; in ComputeFlags()
395 if (fast_elements()) flags |= ObjectLiteral::kFastElements; in EncodeLiteralType()
Dast.h1347 kFastElements = 1 << 3, enumerator
1352 static_cast<int>(kFastElements));
/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc376 bool use_fast_elements = (flags & ObjectLiteral::kFastElements) != 0; in CreateObjectLiteral()