Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast.h130 class NestedVariableDeclaration; variable
372 inline NestedVariableDeclaration* AsNested();
393 class NestedVariableDeclaration final : public VariableDeclaration {
401 NestedVariableDeclaration(Scope* scope, int pos) in NestedVariableDeclaration() function
408 inline NestedVariableDeclaration* VariableDeclaration::AsNested() { in AsNested()
410 ? static_cast<NestedVariableDeclaration*>(this) in AsNested()
2826 NestedVariableDeclaration* NewNestedVariableDeclaration(Scope* scope, in NewNestedVariableDeclaration()
2828 return zone_->New<NestedVariableDeclaration>(scope, pos); in NewNestedVariableDeclaration()