Changeset 37103 in webkit for trunk/JavaScriptCore/kjs/InternalFunction.cpp
- Timestamp:
- Sep 30, 2008, 12:38:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/InternalFunction.cpp
r36766 r37103 33 33 const ClassInfo InternalFunction::info = { "Function", 0, 0, 0 }; 34 34 35 const ClassInfo* InternalFunction::classInfo() const 36 { 37 return &info; 38 } 39 35 40 InternalFunction::InternalFunction(ExecState* exec) 36 41 : JSObject(exec->globalData().nullProtoStructureID)
Note:
See TracChangeset
for help on using the changeset viewer.