Changeset 104900 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Jan 12, 2012, 11:23:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
r104787 r104900 95 95 96 96 public: 97 virtual ~CodeBlock();97 JS_EXPORT_PRIVATE virtual ~CodeBlock(); 98 98 99 99 int numParameters() const { return m_numParameters; }
Note:
See TracChangeset
for help on using the changeset viewer.