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