Index: src/full-codegen.cc |
=================================================================== |
--- src/full-codegen.cc (revision 5328) |
+++ src/full-codegen.cc (working copy) |
@@ -500,6 +500,7 @@ |
case Token::SAR: |
VisitForValue(expr->left(), kStack); |
VisitForValue(expr->right(), kAccumulator); |
+ SetSourcePosition(expr->position()); |
EmitBinaryOp(expr->op(), context_); |
break; |