Changeset 88604 in webkit for trunk/Source/JavaScriptCore/runtime/Lookup.h
- Timestamp:
- Jun 11, 2011, 1:07:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Lookup.h
r77151 r88604 78 78 unsigned char attributes() const { return m_attributes; } 79 79 80 #if ENABLE(JIT) && ENABLE(JIT_OPTIMIZE_NATIVE_CALL)80 #if ENABLE(JIT) 81 81 ThunkGenerator generator() const { ASSERT(m_attributes & Function); return m_u.function.generator; } 82 82 #endif
Note:
See TracChangeset
for help on using the changeset viewer.