Changeset 44550 in webkit for trunk/JavaScriptCore/interpreter/CallFrame.h
- Timestamp:
- Jun 9, 2009, 5:37:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/CallFrame.h
r44522 r44550 90 90 static const HashTable* arrayTable(CallFrame* callFrame) { return callFrame->globalData().arrayTable; } 91 91 static const HashTable* dateTable(CallFrame* callFrame) { return callFrame->globalData().dateTable; } 92 static const HashTable* jsonTable(CallFrame* callFrame) { return callFrame->globalData().jsonTable; } 92 93 static const HashTable* mathTable(CallFrame* callFrame) { return callFrame->globalData().mathTable; } 93 94 static const HashTable* numberTable(CallFrame* callFrame) { return callFrame->globalData().numberTable; }
Note:
See TracChangeset
for help on using the changeset viewer.