Changeset 38286 in webkit for trunk/JavaScriptCore/VM/Machine.h
- Timestamp:
- Nov 10, 2008, 9:09:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.h
r38209 r38286 107 107 Machine(); 108 108 ~Machine(); 109 110 void initialize(JSGlobalData*); 109 111 110 112 RegisterFile& registerFile() { return m_registerFile; } … … 324 326 void tryCTICachePutByID(CallFrame*, CodeBlock*, void* returnAddress, JSValue* baseValue, const PutPropertySlot&); 325 327 326 void* getCTIArrayLengthTrampoline(CallFrame*, CodeBlock*);327 void* getCTIStringLengthTrampoline(CallFrame*, CodeBlock*);328 329 328 JITCodeBuffer* jitCodeBuffer() const { return m_jitCodeBuffer.get(); } 330 329 #endif
Note:
See TracChangeset
for help on using the changeset viewer.