Changeset 35022 in webkit for trunk/JavaScriptCore/kjs/FunctionConstructor.h
- Timestamp:
- Jul 5, 2008, 10:26:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/FunctionConstructor.h
r34901 r35022 30 30 class FunctionPrototype; 31 31 32 /**33 * @internal34 *35 * The initial value of the the global variable's "Function" property36 */37 32 class FunctionConstructor : public InternalFunction { 38 33 public: 39 34 FunctionConstructor(ExecState*, FunctionPrototype*); 35 40 36 private: 41 37 virtual ConstructType getConstructData(ConstructData&);
Note:
See TracChangeset
for help on using the changeset viewer.