you might also want to add tests for:
- keyed calls. like
var a = [ function() { }]; a[0]();
I already have test against object method. I thought that is the same code.

- ES5 getters and setters,
TBD

- accessors, like the .length property of strings and arrays.
How can I put it as a step into position? You cannot normally step into .length
expression.
On the other hand, I may try to check for false positive in this case?


https://chromiumcodereview.appspot.com/22198002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to