Changeset 27097 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Oct 26, 2007, 1:32:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r27072 r27097 34 34 class FunctionBodyNode; 35 35 class FunctionPrototype; 36 37 enum CodeType {38 GlobalCode,39 EvalCode,40 FunctionCode,41 };42 36 43 37 class InternalFunctionImp : public JSObject {
Note:
See TracChangeset
for help on using the changeset viewer.