Lines Matching defs:variable
570 variable(nullptr),
573 Variable* variable;
1113 // Returns the receiver variable that we're referencing.
1296 // In ES6, conflicting variable bindings are early errors.
1374 // lexical variable declaration.
1455 // Keep track of eval() calls since they disable all local variable
3526 // Keep track of eval() calls since they disable all local variable
3888 // The first time a variable is initialized (i.e. when the initializer
3960 // FIXME(marja, nikolaos): Add an up-to-date comment about ES6 variable
4018 // Assignments need the variable expression for the assignment LHS, and
4022 // Otherwise, elide the variable expression and just declare it.
5394 // The scope of a var declared variable anywhere inside a function
5486 // Remove the "ghost" variable that turned out to be a label from the top
5915 catch_info.variable = impl()->DeclareCatchVariableName(
5918 catch_info.variable = catch_info.scope->DeclareCatchVariableName(
5949 const AstRawString* name = catch_info.variable->raw_name();
6203 // Parsed for-in loop w/ variable declarations.
6477 // Parsed for-in loop w/ variable declarations.