Changeset 37799 in webkit for trunk/JavaScriptCore/kjs/MathObject.h
- Timestamp:
- Oct 22, 2008, 5:11:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/MathObject.h
r36726 r37799 1 1 /* 2 2 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 3 * Copyright (C) 2008 Apple Inc. All rights reserved. 3 4 * 4 5 * This library is free software; you can redistribute it and/or … … 33 34 virtual const ClassInfo* classInfo() const { return &info; } 34 35 static const ClassInfo info; 36 37 static PassRefPtr<StructureID> createStructureID(JSValuePtr prototype) 38 { 39 return StructureID::create(prototype, TypeInfo(ObjectType)); 40 } 35 41 }; 36 42
Note:
See TracChangeset
for help on using the changeset viewer.