Home
last modified time | relevance | path

Searched refs:NewNestedVariableDeclaration (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dpreparser.h1102 factory()->ast_node_factory()->NewNestedVariableDeclaration(scope,
Dparser.cc1813 declaration = factory()->NewNestedVariableDeclaration(scope, begin); in DeclareVariable()
/third_party/node/deps/v8/src/ast/
Dast.h2826 NestedVariableDeclaration* NewNestedVariableDeclaration(Scope* scope, in NewNestedVariableDeclaration() function