Rubber-stamped by Oliver.
Correct the documentation for op_put_by_index.
* VM/Machine.cpp:
(KJS::Machine::privateExecute):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@34885
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-06-30 Cameron Zwarich <cwzwarich@uwaterloo.ca>
+
+ Rubber-stamped by Oliver.
+
+ Correct the documentation for op_put_by_index.
+
+ * VM/Machine.cpp:
+ (KJS::Machine::privateExecute):
+
2008-06-29 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Sets register value on register base as the property named
by the immediate number property. Base is converted to
- object first. register property is nominally converted to
- string but numbers are treated more efficiently.
+ object first.
Unlike many opcodes, this one does not write any output to
the register file.