HomeSort by relevance Sort by last modified time
    Searched refs:NewVariableProxy (Results 1 - 7 of 7) sorted by null

  /external/v8/src/parsing/
pattern-rewriter.cc 137 factory()->NewVariableProxy(name, NORMAL_VARIABLE, pattern->position());
252 Token::ASSIGN, factory()->NewVariableProxy(temp), value,
292 Token::EQ_STRICT, factory()->NewVariableProxy(temp_var),
295 factory()->NewVariableProxy(temp_var),
364 rest_runtime_callargs->Add(factory()->NewVariableProxy(temp), zone());
402 key = factory()->NewVariableProxy(to_name_key);
403 excluded_property = factory()->NewVariableProxy(to_name_key);
412 value = factory()->NewProperty(factory()->NewVariableProxy(temp), key,
434 factory()->NewGetIterator(factory()->NewVariableProxy(temp),
473 factory()->NewVariableProxy(result)
    [all...]
parser.cc 200 factory()->NewVariableProxy(constructor_args), pos, pos);
415 factory()->NewVariableProxy(function_state_->generator_object_variable());
    [all...]
rewriter.cc 56 VariableProxy* result_proxy = factory()->NewVariableProxy(result_);
115 Expression* result_proxy = factory()->NewVariableProxy(result_);
258 Expression* backup_proxy = factory()->NewVariableProxy(backup);
259 Expression* result_proxy = factory()->NewVariableProxy(result_);
395 processor.factory()->NewVariableProxy(result, pos);
preparser.h 558 factory.NewVariableProxy(identifier.string_, NORMAL_VARIABLE);
601 PreParserExpression NewVariableProxy(void* variable) {
    [all...]
parser-base.h     [all...]
  /external/v8/src/ast/
scopes.cc 551 factory->NewVariableProxy(name, NORMAL_VARIABLE);
    [all...]
ast.h     [all...]

Completed in 67 milliseconds