Home | History | Annotate | Download | only in parsing

Lines Matching refs:Variable

129   // Declare variable.
132 // when the variable is encountered in the source. But the variable/constant
134 // which the variable or constant is declared. Only function variables have
139 // is always bound to the declared variable (independent of possibly
149 Variable* var =
194 // The "variable" c initialized to x is the same as the declared
202 // Global variable declarations must be compiled in a specific
203 // way. When the script containing the global variable declaration
204 // is entered, the global variable must be declared, so that if it
210 // *not* touched until the variable declaration statement is
213 // Executing the variable declaration statement will always
215 // This way, global variable declarations can shadow
216 // properties in the prototype chain, but only after the variable
251 // Be careful not to assign a value to the global variable if
281 // initialization also always assigns to the declared variable.
312 Variable* Parser::PatternRewriter::CreateTempVar(Expression* value) {
365 Variable* temp = nullptr;
389 Variable** temp_var) {
406 Variable* temp_var = nullptr;
412 Variable** temp_var) {
518 Variable* temp_var = nullptr;