Review URL: http://codereview.chromium.org/341002
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3157
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
Expression* key = expr->key();
uint32_t dummy;
+ // Record the source position for the property load.
+ SetSourcePosition(expr->position());
+
// Evaluate receiver.
Visit(expr->obj());
Expression* key = expr->key();
uint32_t dummy;
+ // Record the source position for the property load.
+ SetSourcePosition(expr->position());
+
// Evaluate receiver.
Visit(expr->obj());
Expression* key = expr->key();
uint32_t dummy;
+ // Record the source position for the property load.
+ SetSourcePosition(expr->position());
+
// Evaluate receiver.
Visit(expr->obj());