Changeset 44813 in webkit for trunk/JavaScriptCore/runtime/CommonIdentifiers.h
- Timestamp:
- Jun 18, 2009, 12:18:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/CommonIdentifiers.h
r44550 r44813 1 1 /* 2 * Copyright (C) 2003, 2007 Apple Computer, Inc2 * Copyright (C) 2003, 2007, 2009 Apple Inc. All rights reserved. 3 3 * 4 4 * This library is free software; you can redistribute it and/or … … 77 77 public: 78 78 const Identifier nullIdentifier; 79 const Identifier emptyIdentifier; 79 80 const Identifier underscoreProto; 80 81 const Identifier thisIdentifier;
Note:
See TracChangeset
for help on using the changeset viewer.