gecko/js/src
2010-11-30 17:11:02 -08:00
..
analysis-tests Bug 578235 - Port jsstack.js to Dehydra with GCC 4.5 r=taras, a=test-only 2010-08-18 18:06:17 -07:00
assembler Bug 591172: make typeof comparisons faster in JM, r=dvander, a=sayrer 2010-11-30 10:22:18 -08:00
build Add support for CL_INCLUDES_PREFIX environment variable for handling localized cl.exe /showIncludes output. (Bug 587372) r=ted a2.0=blocking2.0:final 2010-09-17 12:29:52 -07:00
config Backing out Bug 590181 since the GCC 4.5 upgrade failed on this CLOSED TREE 2010-11-11 12:36:01 -05:00
ctypes bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-11 21:40:29 +01:00
editline
gnuplot Bug 579586 - TM: remove doubles from GCTIMER (r=jorendorff) 2010-07-20 09:52:02 -07:00
jit-test Bug 614915: set return value correctly when sorting a list containing only undefined values, r=cdleary 2010-11-30 10:25:07 -08:00
jsapi-tests JS_DeepFreezeObject does not actually do anything. Bug 609024, r=Waldo. 2010-11-29 12:50:07 -06:00
lirasm Fixup for lirasm Windows test failure 2010-11-02 20:48:44 -07:00
methodjit Setting debug mode should purge call ICs (bug 612640, r=bhackett). 2010-11-30 17:11:02 -08:00
metrics Bug 605374 - rename trace-tests (2nd attempt). r=dmandelin. 2010-10-20 20:40:51 -07:00
nanojit Bug 613125 - nanojit: improve codegen for LIR_q2i in X64 back-end. r=edwsmith. 2010-11-18 19:36:11 -08:00
perf Bug 492849 - Implement Object.preventExtensions, Object.isExtensible. a=waldo,jimb, r=brendan 2010-09-21 11:35:29 -07:00
ref-config
shell Bug 612836 - Second verse, same as the first (see also bug 602223): Use the global object instead of the parent so we're sure to have a non-null parent. r=gal, a=blocker 2010-11-29 13:37:01 -08:00
t [JAEGER] Reverted accidental test changes. 2010-07-31 18:59:53 -07:00
tests Merge 2010-11-30 09:01:31 -08:00
trace-test/tests/basic Bug 602131. Make the 'in' operator trace usefully when its right-hand side is a dense array. r=jorendorff 2010-11-23 17:23:02 -05:00
tracejit Bug 605700 - TM: improve naming in LIR dumps. r=lw. 2010-11-04 16:51:25 -07:00
tracevis Bug 583143 - Fix bustage with MOZ_TRACEVIS and other NPOTB code (r=lw) 2010-09-20 12:43:52 -07:00
v8
v8-dtoa Bug 610303 - Function fpclassify in v8-dtoa/platform.cc may return random value. r=gal 2010-11-08 14:56:48 +08:00
vprof
xpconnect Backed out changeset 650ad3cd7e52 because of xpcshell test failure 2010-11-29 18:15:24 -05:00
yarr Back out 8ae5fce0f19b. 2010-11-09 10:12:53 -08:00
aclocal.m4
bench.sh
config.mk
configure.in Bug 551724 - Disable ctypes on x86/msvc if MASM is unavailable; (Cv2a) Explicitly check that '$AS' is 'ml.exe'/'ml64.exe' (and not 'cl'), Make the error message more explicit. 2010-11-23 23:50:32 +01:00
dtoa.c Bug 613492 - Remove Infinity and NaN checks from dtoa, so that isNaN(parseFloat("infinity")). r=jwalden 2010-11-19 13:56:27 +01:00
find-child.py
imacro_asm.py
imacros.jsasm Bug 602129 - JM: make f.call(...) fast, part 1 (r=dvander) 2010-10-13 15:57:42 -07:00
javascript-trace.d Bug 593483 - Unbreak (real) dtrace. r=gal, a=NPOTB 2010-09-16 13:21:12 -07:00
jitstats.tbl Bug 605374 - rename trace-tests (2nd attempt). r=dmandelin. 2010-10-20 20:40:51 -07:00
js-config.h.in [JAEGER] Bug 580144: put JS_METHODJIT in js-config.h so that everyone sees the same jscntxt.h structs 2010-07-22 14:32:52 -07:00
js-config.in
js.mdp
js.msg Bug 613068 - Add version argument to JS_ReadStructuredClone. r=bent. 2010-11-24 14:14:02 -06:00
jsanalyze.cpp Remove bogus assert, bug 608980. r=dmandelin 2010-11-11 17:21:14 -08:00
jsanalyze.h Analysis for defined variables, bug 604426. r=dvander 2010-10-26 12:00:54 -07:00
jsapi.cpp Bug 615068 obj is only used ifdef DEBUG in JS_NextProperty. r=jorendorff. 2010-11-30 10:16:21 -06:00
jsapi.h Merge mozilla-central to tracemonkey. 2010-11-24 14:00:42 -08:00
jsarena.cpp Header changes for sixgill, annotations. bug 601129, r=jorendorff 2010-10-01 21:00:55 -07:00
jsarena.h Header changes for sixgill, annotations. bug 601129, r=jorendorff 2010-10-01 21:00:55 -07:00
jsarray.cpp Bug 614915: set return value correctly when sorting a list containing only undefined values, r=cdleary 2010-11-30 10:25:07 -08:00
jsarray.h Bug 605192 - JM: make f.apply(x, obj) fast, part 1 (r=waldo) 2010-10-20 23:52:55 -07:00
jsast.tbl bug 590774, r=cdleary: implement function::identifier E4X extension 2010-09-07 16:16:34 -07:00
jsatom.cpp bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-11 21:40:29 +01:00
jsatom.h bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-11 21:40:29 +01:00
jsatominlines.h Bug 572057 - TM: remove weak roots (pigeon hole) r=igor 2010-08-18 12:46:47 -07:00
jsbit.h
jsbool.cpp Bug 514570 - 1 - Convert primitive-this-of-type function flags into a single primitive-this flag, to pave way for strict mode unadulterated-this passing. r=jorendorff 2010-10-12 11:50:02 -07:00
jsbool.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsbuiltins.cpp Remove JSObject::title. Bug 606029, r=igor. 2010-10-22 19:04:22 -05:00
jsbuiltins.h Bug 607242 - TM: inline js_Array_dense_setelem_hole. r=gal. 2010-11-03 20:48:51 -07:00
jscell.h bug 600687 - proper accounting for colors during the marking phase. r=anygregor 2010-09-30 01:31:20 +02:00
jsclist.h
jsclone.cpp Remove JSObject::title. Bug 606029, r=igor. 2010-10-22 19:04:22 -05:00
jsclone.h Bug 595297 - Portable serialize/deserialize implementation of the HTML5 structured cloning algorithm (jsclone.cpp). r=gal. 2010-09-30 19:47:10 -05:00
jscntxt.cpp merge mozilla-central to tracemonkey 2010-11-19 15:54:33 -08:00
jscntxt.h merge mozilla-central to tracemonkey 2010-11-19 15:54:33 -08:00
jscntxtinlines.h Back out 9e5cd5815d4d, our own tests turn it orange -- paging compartments people... r=#ffa500 2010-11-08 18:05:54 -08:00
jscompartment.cpp Bug 595243 - Expose debugMode to JSD. Relanding test bustage fixed up. r=gal. 2010-10-30 12:13:02 -04:00
jscompartment.h Backed out changeset ecd2f8753d5a: argh, fixes didn't land for some reason 2010-10-29 16:22:44 -07:00
jscompat.h
jsconfig.mk
jscpucfg.cpp Bug 598261: Cannot cross compile JS on OSX. r+a=ted 2010-10-15 09:56:09 -07:00
jscpucfg.h
jsdate.cpp bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-11 21:40:29 +01:00
jsdate.h Bug 579471 - fast constructors (r=dmandelin,lw) 2010-08-10 16:38:08 -07:00
jsdbgapi.cpp Setting debug mode should purge call ICs (bug 612640, r=bhackett). 2010-11-30 17:11:02 -08:00
jsdbgapi.h Merge mozilla-central to tracemonkey. 2010-11-16 07:25:10 -08:00
jsdbgapiinlines.h Bug 602139: Add js_UpdateWatchpointsForShape, to correctly update watchpoints after shape changes. r=jorendorff 2010-11-09 15:04:12 -08:00
jsdhash.cpp
jsdhash.h
jsdtoa.cpp Detect some OOM conditions. b=602935, r=jorendorff. 2010-10-14 19:24:09 -04:00
jsdtoa.h Bug 590834 - Clean up number-to-string code. r=jwalden. 2010-09-13 13:08:25 -07:00
jsemit.cpp Disable global name analysis with var declarations inside with (bug 585524, r=dmandelin). 2010-11-23 18:00:39 -08:00
jsemit.h Disable global name analysis with var declarations inside with (bug 585524, r=dmandelin). 2010-11-23 18:00:39 -08:00
jsexn.cpp Bug 614603 - RegExp.length and Error.length don't have their ES5-specified values. r=jwalden 2010-11-24 19:18:59 +01:00
jsexn.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsfun.cpp Backout merge. a=betaN+,backout 2010-11-18 12:48:59 -08:00
jsfun.h Bug 614338 - Move some call object property methods into the js namespace. r=dmandelin 2010-11-16 15:30:57 -08:00
jsfuninlines.h Bug 516255 - Use different classes for arguments objects created inside and outside strict mode code, with slightly different ops, in preparation for implementing strict mode arguments objects' less magical functionality. r=dmandelin 2010-08-11 23:26:59 -07:00
jsgc.cpp Bug 612829 - fix JS_DUMP_CONSERVATIVE_GC_ROOTS, r=igor 2010-11-17 12:39:45 -08:00
jsgc.h Bug 612829 - fix JS_DUMP_CONSERVATIVE_GC_ROOTS, r=igor 2010-11-17 12:39:45 -08:00
jsgcchunk.cpp Merge from Tracemonkey. 2010-08-02 15:55:29 -07:00
jsgcchunk.h fatval tweaks: bump XDR version, remove spurious comment and #defines, realign JSStackFrame 2010-07-15 13:18:12 -07:00
jsgcinlines.h Bug 612015 - Put all external strings in one arena r=igor 2010-11-15 12:39:00 -08:00
jsgcstats.cpp Bug 612829 - fix JS_DUMP_CONSERVATIVE_GC_ROOTS, r=igor 2010-11-17 12:39:45 -08:00
jsgcstats.h Bug 612829 - fix JS_DUMP_CONSERVATIVE_GC_ROOTS, r=igor 2010-11-17 12:39:45 -08:00
jshash.cpp Finally get rid of /* Added by JSIFY */ comments. r=Waldo. 2010-10-01 18:46:54 -05:00
jshash.h
jshashtable.h Bug 599801 - TM: Clean up Compartment (de)construction. r=sayrer 2010-09-27 15:35:10 -07:00
jsify.pl
jsinterp.cpp Check for doubles that fit in ints in JSOP_GETELEM slow paths (bug 604905, r=luke). 2010-11-19 17:24:47 -08:00
jsinterp.h Correctly bound code blocks when using repatch buffers (bug 602333 part 1, r=sstangl). 2010-11-19 15:40:16 -08:00
jsinterpinlines.h Bug 612329 - Don't use gatling gun in debug mode; temporarily assert in release that cached code ptr is valid (r=damdelin) 2010-11-16 14:50:55 -08:00
jsinttypes.h
jsinvoke.cpp
jsiter.cpp bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-11 21:40:29 +01:00
jsiter.h Bug 602703 - TM: create a layer over Nanojit's LIR creation API. r=lw. 2010-10-28 18:28:36 -07:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h
jslock.cpp Address review comments in bug 606029, mainly removing JSTitle from jslock.{h,cpp}. 2010-10-22 19:06:26 -05:00
jslock.h Address review comments in bug 606029, mainly removing JSTitle from jslock.{h,cpp}. 2010-10-22 19:06:26 -05:00
jslocko.asm
jslog2.cpp
jslong.h
jsmath.cpp Bug 606441 - TM: specialize Math.abs() for integers when possible. r=dvander. 2010-10-26 20:21:39 -07:00
jsmath.h Bug 606441 - TM: specialize Math.abs() for integers when possible. r=dvander. 2010-10-26 20:21:39 -07:00
jsnativestack.cpp [JAEGER] Merge from fatval & TM. 2010-07-05 18:07:39 -07:00
jsnativestack.h
jsnum.cpp Backed out changeset c29356cef6d4 -- it was a temporary diagnostic 2010-11-22 15:21:54 -08:00
jsnum.h Bug 610848 - merge js::Int32ToString and js_IntToString (r=waldo) 2010-11-10 11:43:22 -08:00
jsobj.cpp Tracer build fixes. (b=588021, r=dvander) 2010-11-23 13:58:34 -08:00
jsobj.h Bug 612015 - Put all external strings in one arena r=igor 2010-11-15 12:39:00 -08:00
jsobjinlines.h Bug 612015 - Put all external strings in one arena r=igor 2010-11-15 12:39:00 -08:00
json.cpp Bug 599254 - Avoid an unnecessary switch in the JSON parser. r=sayrer. 2010-09-27 17:20:43 -07:00
json.h Bug 599254 - Avoid an unnecessary switch in the JSON parser. r=sayrer. 2010-09-27 17:20:43 -07:00
jsopcode.cpp Fix stupid mistake. r=ψ 2010-11-22 13:36:21 -05:00
jsopcode.h Fix warnings compiling with gcc 4.5. rs=brendan 2010-11-22 11:53:38 -05:00
jsopcode.tbl Allocate registers for formal arguments, callee, and this (bug 592976, r=luke). 2010-11-11 11:19:47 -08:00
jsopcodeinlines.h Handle extended indexes around JSOP_*BLOCKCHAIN (610026, r=billm). 2010-11-05 15:03:39 -07:00
jsoplengen.cpp
jsotypes.h Bug 609222 - JM: Fix call mechanism and recompilation. r=dvander. Patch to make Sun Studio on X86 work (typedef int32). 2010-11-30 11:19:17 +08:00
jsparse.cpp Disable global name analysis with var declarations inside with (bug 585524, r=dmandelin). 2010-11-23 18:00:39 -08:00
jsparse.h Bug 609617 - delete(eval(...)) calls indirect eval (r=jimb). 2010-11-04 16:06:08 -07:00
jsprf.cpp Finally get rid of /* Added by JSIFY */ comments. r=Waldo. 2010-10-01 18:46:54 -05:00
jsprf.h
jsprobes.cpp bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-11 21:40:29 +01:00
jsprobes.h bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-11 21:40:29 +01:00
jspropertycache.cpp bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-11 21:40:29 +01:00
jspropertycache.h Bug 602441 - Remove unreachable property-cache-testing code, now that MT objects are history. r=brendan 2010-10-25 18:22:07 -07:00
jspropertycacheinlines.h Bug 602441 - Remove unreachable property-cache-testing code, now that MT objects are history. r=brendan 2010-10-25 18:22:07 -07:00
jspropertytree.cpp Bug 614928 PropertyTree::insertChild returns without unlocking cx->runtime when hash->add fails. r=jorendorff. 2010-11-30 10:08:03 -06:00
jspropertytree.h JSFunction::addLocal never calls Shape::maybeHash (595918, r=jorendorff). 2010-09-13 18:44:34 -07:00
jsproto.tbl
jsproxy.cpp bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-11 21:40:29 +01:00
jsproxy.h typeof(regexp from sandbox) is "function" (bug 607799, r=brendan). 2010-11-10 15:56:00 -08:00
jsprvtd.h Remove JSObject::title. Bug 606029, r=igor. 2010-10-22 19:04:22 -05:00
jspubtd.h Bug 603471 - Make int32* and int32_t* inter-convertible (r=jimb) 2010-10-18 14:10:50 -07:00
jsreflect.cpp bug 594060, r=cdleary: Reflect.parse(): make source location information optional 2010-10-19 09:00:51 -07:00
jsreflect.h bug 590766, r=cdleary: let-expressions and let-statements 2010-09-07 15:44:31 -07:00
jsregexp.cpp Bug 614603 - RegExp.length and Error.length don't have their ES5-specified values. r=jwalden 2010-11-24 19:18:59 +01:00
jsregexp.h Backed out changeset 759b21bbb64b (bug 610223) due to Windows build bustage, a=red 2010-11-15 23:15:02 -05:00
jsregexpinlines.h Backed out changeset 759b21bbb64b (bug 610223) due to Windows build bustage, a=red 2010-11-15 23:15:02 -05:00
jsreops.tbl
jsscan.cpp Bug 609617 - delete(eval(...)) calls indirect eval (r=jimb). 2010-11-04 16:06:08 -07:00
jsscan.h Bug 540675: eviscerate JSStackFrame::callerVersion. (r=lw) 2010-09-13 09:38:22 -07:00
jsscope.cpp bz/brendan patch to hash function-local shapes in dictionary mode due to too many locals (610370, r=brendan/bz). 2010-11-19 15:53:55 -08:00
jsscope.h bz/brendan patch to hash function-local shapes in dictionary mode due to too many locals (610370, r=brendan/bz). 2010-11-19 15:53:55 -08:00
jsscopeinlines.h Merge mozilla-central to tracemonkey. 2010-11-16 07:25:10 -08:00
jsscript.cpp Bug 610480 last part: fix MSVC warnings, r=jorendorff 2010-11-29 13:33:17 -08:00
jsscript.h Bug 610480 last part: fix MSVC warnings, r=jorendorff 2010-11-29 13:33:17 -08:00
jsscriptinlines.h Remove JSOP_BEGIN and fix tracer integration issues (bug 603044, r=luke+dmandelin). 2010-10-15 11:36:56 -07:00
jsshell.msg Bug 595297 - Portable serialize/deserialize implementation of the HTML5 structured cloning algorithm (jsclone.cpp). r=gal. 2010-09-30 19:47:10 -05:00
jsstack.js Bug 578235 - Port jsstack.js to Dehydra with GCC 4.5 r=taras, a=test-only 2010-08-18 18:06:17 -07:00
jsstaticcheck.h Header changes for sixgill, annotations. bug 601129, r=jorendorff 2010-10-01 21:00:55 -07:00
jsstdint.h
jsstr.cpp Fix String.prototype.indexOf with empty searchString; r=brendan a=blocking-beta9+ 2010-11-17 12:21:59 +01:00
jsstr.h Bug 612015 - Put all external strings in one arena r=igor 2010-11-15 12:39:00 -08:00
jsstrinlines.h Bug 612015 - Put all external strings in one arena r=igor 2010-11-15 12:39:00 -08:00
jstl.h Bug 602703 - TM: create a layer over Nanojit's LIR creation API. r=lw. 2010-10-28 18:28:36 -07:00
jstracer.cpp Merge mozilla-central to tracemonkey. 2010-11-24 14:00:42 -08:00
jstracer.h Backed out changeset 08794e076ded to fix gmail (a=backout) 2010-11-18 16:24:10 -08:00
jstypedarray.cpp Backed out changeset fcd3fcf8a35c. It broke deep wrapping. 2010-10-29 12:55:23 -07:00
jstypedarray.h Bug 581263 - remove slow natives (r=waldo,mrbkap) 2010-08-16 12:35:04 -07:00
jstypes.h Bug 577011 - [OS/2] make _declspec unconditionally default symbol export r=daveryeo@telus.net a=benjamin 2010-11-09 11:13:03 +01:00
jsutil.cpp [JAEGER] Merge from Tracemonkey. 2010-08-30 15:13:32 -07:00
jsutil.h Backed out changeset 031e9ea92ed1 (bug 605754) due to Windows build bustage, a=red 2010-11-15 23:13:20 -05:00
jsval.h Fix strict-aliasing warning from 18d56745c3e6 2010-11-08 14:35:06 -08:00
jsvalue.h Merge mozilla-central to tracemonkey. 2010-11-09 15:29:44 -05:00
jsvector.h Un-inline Vector::growStorageBy(); this was accidentally left out of the patch for bug 610857. 2010-11-16 15:37:18 -08:00
jsversion.h Bug 592644 - ES5 indirect eval. Part 1, add support and tests. r=brendan. 2010-10-07 15:00:09 -05:00
jswin.h Forgotten jswin.h file. (r=red) 2010-08-11 14:59:19 -07:00
jswince.asm
jswrapper.cpp typeof(regexp from sandbox) is "function" (bug 607799, r=brendan). 2010-11-10 15:56:00 -08:00
jswrapper.h typeof(regexp from sandbox) is "function" (bug 607799, r=brendan). 2010-11-10 15:56:00 -08:00
jsxdrapi.cpp Finally get rid of /* Added by JSIFY */ comments. r=Waldo. 2010-10-01 18:46:54 -05:00
jsxdrapi.h Bug 609617 - delete(eval(...)) calls indirect eval (r=jimb). 2010-11-04 16:06:08 -07:00
jsxml.cpp Bug 612015 - Put all external strings in one arena r=igor 2010-11-15 12:39:00 -08:00
jsxml.h Bug 612015 - Put all external strings in one arena r=igor 2010-11-15 12:39:00 -08:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in Bug 602703 - TM: create a layer over Nanojit's LIR creation API. r=lw. 2010-10-28 18:28:36 -07:00
Makefile.ref Remove special constructs no longer needed for Narcissus (bug 579137, r=gal) 2010-07-16 18:16:07 -07:00
nanojit-import-filemap
nanojit-import-rev Update nanojit-import-rev stamp. 2010-11-18 19:48:13 -08:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp Bug 554338: Show correct timezone abbreviation on OSX/Linux, r=jorendorff 2010-11-29 13:29:44 -08:00
prmjtime.h Date performance fixes, bug 578259. r=waldo 2010-08-17 10:42:57 -07:00
README.html
resource.h
rules.mk
SpiderMonkey.rsp
time.sh
Y.js

<!-- ***** BEGIN LICENSE BLOCK *****
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
   -
   - The contents of this file are subject to the Mozilla Public License Version
   - 1.1 (the "License"); you may not use this file except in compliance with
   - the License. You may obtain a copy of the License at
   - http://www.mozilla.org/MPL/
   -
   - Software distributed under the License is distributed on an "AS IS" basis,
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   - for the specific language governing rights and limitations under the
   - License.
   - 
   - The Original Code is Mozilla Communicator client code, released
   - March 31, 1998.
   - 
   - The Initial Developer of the Original Code is
   - Netscape Communications Corporation.
   - Portions created by the Initial Developer are Copyright (C) 1998-1999
   - the Initial Developer. All Rights Reserved.
   - 
   - Contributor(s):
   - 
   - Alternatively, the contents of this file may be used under the terms of
   - either of the GNU General Public License Version 2 or later (the "GPL"),
   - or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   - in which case the provisions of the GPL or the LGPL are applicable instead
   - of those above. If you wish to allow use of your version of this file only
   - under the terms of either the GPL or the LGPL, and not to allow others to
   - use your version of this file under the terms of the MPL, indicate your
   - decision by deleting the provisions above and replace them with the notice
   - and other provisions required by the GPL or the LGPL. If you do not delete
   - the provisions above, a recipient may use your version of this file under
   - the terms of any one of the MPL, the GPL or the LGPL.
   -
   - ***** END LICENSE BLOCK ***** -->
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta http-equiv="Refresh"
	 content="0;URL=http://developer.mozilla.org/en/docs/SpiderMonkey">
   <title>SpiderMonkey README</title>
</head>
<body>

<h1>SpiderMonkey README</h1>

<p>See the
<a href="http://developer.mozilla.org/en/docs/SpiderMonkey">SpiderMonkey
pages</a> on the Mozilla Developer Center</a>.

</body>
</html>