Changeset 38913 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Dec 2, 2008, 12:43:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.cpp
r38767 r38913 44 44 ASSERT_CLASS_FITS_IN_CELL(JSFunction); 45 45 46 const ClassInfo JSFunction::info = { "Function", 0, 0, 0 };46 const ClassInfo JSFunction::info = { "Function", &InternalFunction::info, 0, 0 }; 47 47 48 48 JSFunction::JSFunction(ExecState* exec, const Identifier& name, FunctionBodyNode* body, ScopeChainNode* scopeChainNode)
Note:
See TracChangeset
for help on using the changeset viewer.