Changeset 41100 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.h
- Timestamp:
- Feb 19, 2009, 10:04:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.h
r40046 r41100 33 33 #include "JSCell.h" 34 34 #include "JSValue.h" 35 #include "JSObject.h" 35 36 #include "Opcode.h" 36 37 #include "RegisterFile.h" … … 336 337 337 338 #if ENABLE(JIT) 338 static void throwStackOverflowPreviousFrame(CallFrame**, JSGlobalData*, void*& returnAddress);339 340 339 void tryCTICacheGetByID(CallFrame*, CodeBlock*, void* returnAddress, JSValuePtr baseValue, const Identifier& propertyName, const PropertySlot&); 341 340 void tryCTICachePutByID(CallFrame*, CodeBlock*, void* returnAddress, JSValuePtr baseValue, const PutPropertySlot&);
Note:
See TracChangeset
for help on using the changeset viewer.