Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dpreparse-data.cc687 factory.NewVariableDeclaration(kNoSourcePosition); in RestoreDataForScope()
Dparser.cc1815 declaration = factory()->NewVariableDeclaration(begin); in DeclareVariable()
3124 Declaration* declaration = factory()->NewVariableDeclaration(class_token_pos); in DeclareClassVariable()
/third_party/node/deps/v8/src/ast/
Dscopes.cc652 auto declaration = factory->NewVariableDeclaration(pos); in HoistSloppyBlockFunctions()
Dast.h2822 VariableDeclaration* NewVariableDeclaration(int pos) { in NewVariableDeclaration() function