Changeset 180703 in webkit for trunk/Source/JavaScriptCore/dfg/DFGArrayMode.cpp
- Timestamp:
- Feb 26, 2015, 2:44:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGArrayMode.cpp
r171380 r180703 1 1 /* 2 * Copyright (C) 2012 , 2013, 2014Apple Inc. All rights reserved.2 * Copyright (C) 2012-2015 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 146 146 147 147 if (!isInt32Speculation(index)) 148 return ArrayMode(Array::Generic); 149 150 // If we had exited because of an exotic object behavior, then don't try to specialize. 151 if (graph.hasExitSite(node->origin.semantic, ExoticObjectMode)) 148 152 return ArrayMode(Array::Generic); 149 153
Note:
See TracChangeset
for help on using the changeset viewer.