Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r12911 r12921 59 59 : InternalFunctionImp(static_cast<FunctionPrototype*> 60 60 (exec->lexicalInterpreter()->builtinFunctionPrototype()), n) 61 , param(0L)62 61 { 63 62 } … … 65 64 FunctionImp::~FunctionImp() 66 65 { 67 }68 69 bool FunctionImp::implementsCall() const70 {71 return true;72 66 } 73 67 … … 568 562 { 569 563 return id == Eval ? EvalCode : codeType(); 570 }571 572 bool GlobalFuncImp::implementsCall() const573 {574 return true;575 564 } 576 565
Note:
See TracChangeset
for help on using the changeset viewer.