Changeset 36412 in webkit for trunk/JavaScriptCore/VM/Opcode.h
- Timestamp:
- Sep 14, 2008, 5:26:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Opcode.h
r36408 r36412 79 79 macro(op_instanceof) \ 80 80 macro(op_typeof) \ 81 macro(op_is_undefined) \ 82 macro(op_is_boolean) \ 83 macro(op_is_number) \ 84 macro(op_is_string) \ 85 macro(op_is_object) \ 86 macro(op_is_function) \ 81 87 macro(op_in) \ 82 88 \
Note:
See TracChangeset
for help on using the changeset viewer.