Changeset 96889 in webkit for trunk/Source/JavaScriptCore/runtime
- Timestamp:
- Oct 6, 2011, 7:09:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSByteArray.h
r96831 r96889 97 97 virtual void getOwnPropertyNames(JSC::ExecState*, JSC::PropertyNameArray&, EnumerationMode mode = ExcludeDontEnumProperties); 98 98 99 static const ClassInfo s_info;99 static JS_EXPORTDATA const ClassInfo s_info; 100 100 101 101 size_t length() const { return m_storage->length(); }
Note:
See TracChangeset
for help on using the changeset viewer.