Changeset 10178 in webkit for trunk/JavaScriptCore/kjs/internal.cpp
- Timestamp:
- Aug 14, 2005, 9:04:19 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.cpp
r10084 r10178 858 858 const ClassInfo InternalFunctionImp::info = {"Function", 0, 0, 0}; 859 859 860 InternalFunctionImp::InternalFunctionImp() 861 { 862 } 863 860 864 InternalFunctionImp::InternalFunctionImp(FunctionPrototypeImp *funcProto) 861 865 : ObjectImp(funcProto)
Note:
See TracChangeset
for help on using the changeset viewer.