Lines Matching refs:decl
1090 void AstGraphBuilder::VisitVariableDeclaration(VariableDeclaration* decl) {
1091 Variable* variable = decl->proxy()->var();
1095 FeedbackVectorSlot slot = decl->proxy()->VariableFeedbackSlot();
1120 PrepareFrameState(store, decl->proxy()->id());
1129 void AstGraphBuilder::VisitFunctionDeclaration(FunctionDeclaration* decl) {
1130 Variable* variable = decl->proxy()->var();
1134 decl->fun(), info()->script(), info());
1137 FeedbackVectorSlot slot = decl->proxy()->VariableFeedbackSlot();
1145 VisitForValue(decl->fun());
1151 VisitForValue(decl->fun());
1158 VisitForValue(decl->fun());
1164 PrepareFrameState(store, decl->proxy()->id());