Changeset 12069 in webkit for trunk/JavaScriptCore/kjs/function.h
- Timestamp:
- Jan 13, 2006, 1:32:51 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.h
r11962 r12069 75 75 public: 76 76 DeclaredFunctionImp(ExecState *exec, const Identifier &n, 77 77 FunctionBodyNode *b, const ScopeChain &sc); 78 78 79 79 bool implementsConstruct() const; … … 155 155 DecodeURI, DecodeURIComponent, EncodeURI, EncodeURIComponent 156 156 #ifndef NDEBUG 157 157 , KJSPrint 158 158 #endif 159 159 };
Note:
See TracChangeset
for help on using the changeset viewer.