Lines Matching defs:statement
438 // Creates expression statement from expression.
464 // Dummy implementation for making statement->somefunc() work in both Parser
497 // A PreParserBlock extends statement with a place to store the scope.
498 // The scope is dropped as the block is returned as a statement.
730 // This must return a jump statement iff both clauses are jump statements.
748 PreParserStatement statement, int pos) {
1171 SloppyBlockFunctionStatement* statement =
1174 GetDeclarationScope()->DeclareSloppyBlockFunction(statement);
1349 V8_INLINE bool IsStringLiteral(PreParserStatement statement) const {
1350 return statement.IsStringLiteral();