Changeset 221823 in webkit for trunk/Source/JavaScriptCore/bytecode/ArrayProfile.h
- Timestamp:
- Sep 9, 2017, 9:54:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/ArrayProfile.h
r221774 r221823 1 1 /* 2 * Copyright (C) 2012 -2017Apple Inc. All rights reserved.2 * Copyright (C) 2012, 2013 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 219 219 void computeUpdatedPrediction(const ConcurrentJSLocker&, CodeBlock*, Structure* lastSeenStructure); 220 220 221 void observeArrayMode(ArrayModes mode) { m_observedArrayModes |= mode; }222 221 ArrayModes observedArrayModes(const ConcurrentJSLocker&) const { return m_observedArrayModes; } 223 222 bool mayInterceptIndexedAccesses(const ConcurrentJSLocker&) const { return m_mayInterceptIndexedAccesses; }
Note:
See TracChangeset
for help on using the changeset viewer.