Changeset 12317 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jan 23, 2006, 1:41:36 PM (19 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 74 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r12315 r12317 1 2006-01-23 Maciej Stachowiak <[email protected]> 2 3 Reviewed by Tim Hatcher. 4 5 - it's "Franklin Street", not "Franklin Steet" 6 7 * kjs/array_instance.h: 8 * kjs/array_object.cpp: 9 * kjs/array_object.h: 10 * kjs/bool_object.cpp: 11 * kjs/bool_object.h: 12 * kjs/collector.cpp: 13 * kjs/collector.h: 14 * kjs/completion.h: 15 * kjs/context.h: 16 * kjs/date_object.cpp: 17 * kjs/date_object.h: 18 * kjs/debugger.cpp: 19 * kjs/debugger.h: 20 * kjs/dtoa.h: 21 * kjs/error_object.cpp: 22 * kjs/error_object.h: 23 * kjs/function.cpp: 24 * kjs/function.h: 25 * kjs/function_object.cpp: 26 * kjs/function_object.h: 27 * kjs/grammar.y: 28 * kjs/identifier.cpp: 29 * kjs/identifier.h: 30 * kjs/internal.cpp: 31 * kjs/internal.h: 32 * kjs/interpreter.cpp: 33 * kjs/interpreter.h: 34 * kjs/lexer.cpp: 35 * kjs/lexer.h: 36 * kjs/list.cpp: 37 * kjs/list.h: 38 * kjs/lookup.cpp: 39 * kjs/lookup.h: 40 * kjs/math_object.cpp: 41 * kjs/math_object.h: 42 * kjs/nodes.cpp: 43 * kjs/nodes.h: 44 * kjs/nodes2string.cpp: 45 * kjs/number_object.cpp: 46 * kjs/number_object.h: 47 * kjs/object.cpp: 48 * kjs/object.h: 49 * kjs/object_object.cpp: 50 * kjs/object_object.h: 51 * kjs/operations.cpp: 52 * kjs/operations.h: 53 * kjs/property_map.cpp: 54 * kjs/property_map.h: 55 * kjs/property_slot.cpp: 56 * kjs/property_slot.h: 57 * kjs/reference.cpp: 58 * kjs/reference.h: 59 * kjs/reference_list.cpp: 60 * kjs/reference_list.h: 61 * kjs/regexp.cpp: 62 * kjs/regexp.h: 63 * kjs/regexp_object.cpp: 64 * kjs/regexp_object.h: 65 * kjs/scope_chain.cpp: 66 * kjs/scope_chain.h: 67 * kjs/simple_number.h: 68 * kjs/string_object.cpp: 69 * kjs/string_object.h: 70 * kjs/testkjs.cpp: 71 * kjs/types.h: 72 * kjs/ustring.cpp: 73 * kjs/ustring.h: 74 * kjs/value.cpp: 75 * kjs/value.h: 76 * kxmlcore/AlwaysInline.h: 77 * kxmlcore/ListRefPtr.h: 78 * kxmlcore/PassRefPtr.h: 79 * kxmlcore/RefPtr.h: 80 1 81 2006-01-23 Darin Adler <[email protected]> 2 82 -
trunk/JavaScriptCore/kjs/array_instance.h
r11962 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/array_object.cpp
r12305 r12317 18 18 * You should have received a copy of the GNU Lesser General Public 19 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 21 * 22 22 */ -
trunk/JavaScriptCore/kjs/array_object.h
r12076 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/bool_object.cpp
r11962 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/bool_object.h
r11962 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/collector.cpp
r12300 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/collector.h
r12028 r12317 18 18 * You should have received a copy of the GNU Lesser General Public 19 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 21 * 22 22 */ -
trunk/JavaScriptCore/kjs/completion.h
r11962 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/context.h
r11962 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/date_object.cpp
r12141 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/date_object.h
r11962 r12317 15 15 * You should have received a copy of the GNU Lesser General Public 16 16 * License along with this library; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 18 * 19 19 */ -
trunk/JavaScriptCore/kjs/debugger.cpp
r11962 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/debugger.h
r12280 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/dtoa.h
r12069 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/error_object.cpp
r11962 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/error_object.h
r11962 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/function.cpp
r12069 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/function.h
r12069 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/function_object.cpp
r11962 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/function_object.h
r11962 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/grammar.y
r12028 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/identifier.cpp
r11962 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/identifier.h
r11962 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/internal.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/internal.h
r12069 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/interpreter.cpp
r12305 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/interpreter.h
r12308 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/lexer.cpp
r12024 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/lexer.h
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/list.cpp
r12069 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/list.h
r12069 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/lookup.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/lookup.h
r12069 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/math_object.cpp
r12028 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/math_object.h
r11962 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/nodes.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/nodes.h
r12069 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/nodes2string.cpp
r12280 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/number_object.cpp
r12069 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/number_object.h
r11962 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/object.cpp
r11962 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/object.h
r12028 r12317 18 18 * You should have received a copy of the GNU Library General Public License 19 19 * along with this library; see the file COPYING.LIB. If not, write to 20 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,20 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 21 * Boston, MA 02110-1301, USA. 22 22 * -
trunk/JavaScriptCore/kjs/object_object.cpp
r11962 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/object_object.h
r11962 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/operations.cpp
r12028 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/operations.h
r12280 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/property_map.cpp
r12069 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/property_map.h
r12069 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/property_slot.cpp
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/property_slot.h
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/reference.cpp
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/reference.h
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/reference_list.cpp
r12069 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/reference_list.h
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kjs/regexp.cpp
r11962 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/regexp.h
r11962 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/regexp_object.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/regexp_object.h
r11962 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/scope_chain.cpp
r11962 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/scope_chain.h
r12069 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/simple_number.h
r12305 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kjs/string_object.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Lesser General Public 18 18 * License along with this library; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 * 21 21 */ -
trunk/JavaScriptCore/kjs/string_object.h
r12069 r12317 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., 51 Franklin St eet, Fifth Floor, Boston, MA 02110-1301 USA18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 19 * 20 20 */ -
trunk/JavaScriptCore/kjs/testkjs.cpp
r12305 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/types.h
r11962 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/ustring.cpp
r12069 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/ustring.h
r12028 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/value.cpp
r11962 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kjs/value.h
r11962 r12317 17 17 * You should have received a copy of the GNU Library General Public License 18 18 * along with this library; see the file COPYING.LIB. If not, write to 19 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 20 20 * Boston, MA 02110-1301, USA. 21 21 * -
trunk/JavaScriptCore/kxmlcore/AlwaysInline.h
r11962 r12317 15 15 * You should have received a copy of the GNU Library General Public License 16 16 * along with this library; see the file COPYING.LIB. If not, write to 17 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,17 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 18 18 * Boston, MA 02110-1301, USA. 19 19 * -
trunk/JavaScriptCore/kxmlcore/ListRefPtr.h
r11962 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kxmlcore/PassRefPtr.h
r12315 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 * -
trunk/JavaScriptCore/kxmlcore/RefPtr.h
r12315 r12317 16 16 * You should have received a copy of the GNU Library General Public License 17 17 * along with this library; see the file COPYING.LIB. If not, write to 18 * the Free Software Foundation, Inc., 51 Franklin St eet, Fifth Floor,18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 19 19 * Boston, MA 02110-1301, USA. 20 20 *
Note:
See TracChangeset
for help on using the changeset viewer.