Home
last modified time | relevance | path

Searched refs:NewVariable (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Descape-analysis.cc129 Variable NewVariable() { return Variable(next_variable_++); } in NewVariable() function in v8::internal::compiler::VariableTracker
893 fields_.push_back(var_states->NewVariable()); in VirtualObject()
/third_party/node/deps/v8/src/parsing/
Dexpression-scope.h52 VariableProxy* NewVariable(const AstRawString* name,
Dparser.h827 return expression_scope()->NewVariable(name, start_position);
Dpreparser.h1580 expression_scope()->NewVariable(name.string_, start_position);