Home
last modified time | relevance | path

Searched refs:IsVariableDeclaration (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dexpression-scope.h297 bool IsVariableDeclaration() const { in IsVariableDeclaration() function in v8::internal::ExpressionScope
322 DCHECK(IsVariableDeclaration()); in AsVariableDeclarationParsingScope()
H A Dparser.cc3328 !decl->IsVariableDeclaration()) { in InsertShadowingVarBindingInitializers()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc796 if (decl->IsVariableDeclaration()) { in AllocateDeclarations()
1674 DCHECK(decl->IsVariableDeclaration()); in VisitModuleDeclarations()
1701 DCHECK(decl->IsVariableDeclaration()); in VisitGlobalDeclarations()
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc1266 if (decl->IsVariableDeclaration() && in CheckConflictingVarDeclarations()

Completed in 23 milliseconds