Changeset 1864 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Aug 19, 2002, 1:54:20 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r1024 r1864 62 62 void processParameters(ExecState *exec, const List &); 63 63 virtual void processVarDecls(ExecState *exec); 64 65 void pushArgs(ExecState *exec, const Object &args);66 void popArgs(ExecState *exec);67 ListImp *argStack;68 64 }; 69 65
Note:
See TracChangeset
for help on using the changeset viewer.