Home
last modified time | relevance | path

Searched refs:DeclareLabel (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/parsing/
Dpreparser.h1013 V8_INLINE ZoneList<const AstRawString*>* DeclareLabel(
Dparser.h329 ZoneList<const AstRawString*>* DeclareLabel(
Dparser-base.h4723 labels = impl()->DeclareLabel(labels, impl()->AsIdentifierExpression(expr), in ParseExpressionOrLabelledStatement()
Dparser.cc1602 ZoneList<const AstRawString*>* Parser::DeclareLabel( in DeclareLabel() function in v8::internal::Parser