Changeset 27101 in webkit for trunk/JavaScriptCore/kjs/ExecState.h
- Timestamp:
- Oct 26, 2007, 3:44:24 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ExecState.h
r27100 r27101 108 108 FunctionBodyNode* currentBody, CodeType type = GlobalCode, 109 109 ExecState* callingExecState = 0, FunctionImp* function = 0, const List* args = 0); 110 ExecState::~ExecState();110 ~ExecState(); 111 111 112 112 // ExecStates are always stack-allocated, and the garbage collector
Note:
See TracChangeset
for help on using the changeset viewer.