Changeset 9768 in webkit for trunk/JavaScriptCore/kjs/function_object.h
- Timestamp:
- Jul 14, 2005, 11:27:04 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.h
r7105 r9768 16 16 * You should have received a copy of the GNU Lesser General Public 17 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA18 * Foundation, Inc., 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ … … 33 33 * 34 34 * The initial value of Function.prototype (and thus all objects created 35 * with the Function constructor 35 * with the Function constructor) 36 36 */ 37 37 class FunctionPrototypeImp : public InternalFunctionImp { … … 80 80 }; 81 81 82 } ;// namespace82 } // namespace 83 83 84 84 #endif // _FUNCTION_OBJECT_H_
Note:
See TracChangeset
for help on using the changeset viewer.