Changeset 37781 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- Oct 22, 2008, 7:24:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r37750 r37781 1581 1581 } 1582 1582 BEGIN_OPCODE(op_eq_null) { 1583 /* neqdst(r) src(r)1583 /* eq_null dst(r) src(r) 1584 1584 1585 1585 Checks whether register src is null, as with the ECMAScript '!=' … … 1621 1621 } 1622 1622 BEGIN_OPCODE(op_neq_null) { 1623 /* neq dst(r) src(r)1623 /* neq_null dst(r) src(r) 1624 1624 1625 1625 Checks whether register src is not null, as with the ECMAScript '!='
Note:
See TracChangeset
for help on using the changeset viewer.