Changeset 34885 in webkit for trunk/JavaScriptCore/VM/Machine.cpp


Ignore:
Timestamp:
Jun 30, 2008, 2:38:46 AM (17 years ago)
Author:
[email protected]
Message:

2008-06-30 Cameron Zwarich <[email protected]>

Rubber-stamped by Oliver.

Correct the documentation for op_put_by_index.

  • VM/Machine.cpp: (KJS::Machine::privateExecute):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/Machine.cpp

    r34883 r34885  
    19371937           Sets register value on register base as the property named
    19381938           by the immediate number property. Base is converted to
    1939            object first. register property is nominally converted to
    1940            string but numbers are treated more efficiently.
     1939           object first.
    19411940
    19421941           Unlike many opcodes, this one does not write any output to
Note: See TracChangeset for help on using the changeset viewer.