Changeset 214219 in webkit for trunk/Source/JavaScriptCore/jit/JITOperations.h
- Timestamp:
- Mar 21, 2017, 4:31:43 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITOperations.h
r213467 r214219 313 313 typedef char* (JIT_OPERATION *P_JITOperation_EStZP)(ExecState*, Structure*, int32_t, char*); 314 314 typedef char* (JIT_OPERATION *P_JITOperation_EZZ)(ExecState*, int32_t, int32_t); 315 typedef char* (JIT_OPERATION *P_JITOperation_EQZ)(ExecState*, int64_t, int32_t); 316 typedef char* (JIT_OPERATION *P_JITOperation_EDZ)(ExecState*, double, int32_t); 315 317 typedef SlowPathReturnType (JIT_OPERATION *Sprt_JITOperation_ECli)(ExecState*, CallLinkInfo*); 316 318 typedef StringImpl* (JIT_OPERATION *T_JITOperation_EJss)(ExecState*, JSString*);
Note:
See TracChangeset
for help on using the changeset viewer.