Changeset 165098 in webkit for trunk/Source/JavaScriptCore/dfg/DFGUseKind.h
- Timestamp:
- Mar 4, 2014, 11:25:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGUseKind.h
r165085 r165098 1 1 /* 2 * Copyright (C) 2013 , 2014Apple Inc. All rights reserved.2 * Copyright (C) 2013 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 55 55 NotCellUse, 56 56 OtherUse, 57 MiscUse,58 57 LastUseKind // Must always be the last entry in the enum, as it is used to denote the number of enum elements. 59 58 }; … … 98 97 case OtherUse: 99 98 return SpecOther; 100 case MiscUse:101 return SpecMisc;102 99 default: 103 100 RELEASE_ASSERT_NOT_REACHED();
Note:
See TracChangeset
for help on using the changeset viewer.