Home
last modified time | relevance | path

Searched defs:has_spread (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dparser-base.h2830 typename ParserBase<Impl>::ExpressionListT* args, bool* has_spread, in ParseArguments()
3433 bool has_spread; in ParseLeftHandSideContinuation() local
3522 bool has_spread; in ParseLeftHandSideContinuation() local
3614 bool has_spread; in ParseMemberWithPresentNewPrefixesExpression() local
5093 bool has_spread; in ParseV8Intrinsic() local
Dpreparser.h664 int pos, bool has_spread) { in NewCallNew()
Dparser.cc74 constexpr bool has_spread = true; in DefaultConstructor() local
/third_party/node/deps/v8/src/ast/
Dast.h1683 const ScopedPtrList<Expression>& arguments, int pos, bool has_spread) in CallBase()
1751 const ScopedPtrList<Expression>& arguments, int pos, bool has_spread, in Call()
1780 const ScopedPtrList<Expression>& arguments, int pos, bool has_spread) in CallNew()
3113 bool has_spread) { in NewCallNew()