Home | History | Annotate | Download | only in parsing

Lines Matching refs:Variable

127   // Declare variable.
130 // when the variable is encountered in the source. But the variable/constant
132 // which the variable or constant is declared. Only function variables have
149 Variable* var = parser_->Declare(
151 Variable::DefaultInitializationFlag(descriptor_->mode), ok_,
194 // Global variable declarations must be compiled in a specific
195 // way. When the script containing the global variable declaration
196 // is entered, the global variable must be declared, so that if it
202 // *not* touched until the variable declaration statement is
205 // Executing the variable declaration statement will always
207 // This way, global variable declarations can shadow
208 // properties in the prototype chain, but only after the variable
230 // assigns to the declared variable.
248 Variable* Parser::PatternRewriter::CreateTempVar(Expression* value) {
303 Variable* temp = nullptr;
353 Variable** temp_var) {
423 Variable* temp_var = nullptr;
429 Variable** temp_var) {
575 Variable* array;
667 Variable* temp_var = nullptr;