gecko-dev/js/src
2013-03-22 19:43:03 -07:00
..
assembler Bug 850156 - Use separate memory reporters for Ion and baseline code. r=njn,dvander 2013-03-20 11:24:17 +01:00
build Bug 841713 - Add objdir paths to virtualenv; r=ted 2013-03-26 10:35:57 -07:00
builtin Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
config Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
ctypes Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
devtools Static rooting analysis updates for browser. No bug. r=NPOTB 2013-03-21 16:29:40 -07:00
ds Bug 831588 - Don't measure decommitted GC arenas in the "explicit" tree. r=terrence,jlebar. 2013-03-26 15:07:33 -07:00
editline Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
frontend Bug 848051 - Allow 'arguments' in generator-expressions. r=ejpbruel. 2013-03-27 14:16:56 -05:00
gc Bug 855145 - DeMACROize the JS tracing interfaces; r=billm,mccr8 2013-03-26 15:10:34 -07:00
gdb Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
ion Bug 855965 - Symbolic range analysis transfers range analysis bounds to phis. r=mjrosenb 2013-03-29 13:37:38 -07:00
jit-test Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
jsapi-tests Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
methodjit Fix for bug 852092 (Improve DOM list ICs) - part 2, don't generate stubs if there's shadowing and enable the Ion IC for slot reads. r=jandem. 2013-03-28 10:23:04 +01:00
parjs-benchmarks Bug 829602 - Enable self-hosted parallelarray r=dvander,till 2013-03-19 22:12:27 -04:00
perf Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted inside SpiderMonkey r=terrence 2013-03-06 16:41:42 +00:00
shell Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
tests Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
v8
vm Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
yarr Bug 850534: Crash on Yarr OOM, r=dvander 2013-03-19 10:57:28 +01:00
aclocal.m4 Bug 784841 - Part 5: Integrate virtualenv into SpiderMonkey configure; r=glandium 2013-01-16 00:21:06 -08:00
configure.in Bug 855109: Fix typo in configure.in line for making gcc/clang c++ compilers use -Wsign-compare. r=glandium 2013-03-27 00:03:58 -07:00
dtoa.c
js-confdefs.h.in Bug 835551 - Add a new header consolidating non-configure-generated #defines that we require in order to build. r=ted 2013-02-06 19:09:59 -08:00
js-config.h.in Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie. 2013-01-24 21:24:57 -08:00
js-config.in
js.msg Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
jsalloc.cpp Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn 2013-02-17 22:56:32 -08:00
jsalloc.h Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn 2013-02-17 22:56:32 -08:00
jsanalyze.cpp Bug 851421 (part 2) - Don't emit bytecode for asm.js functions unless linking fails. r=luke. 2013-03-14 18:44:03 -07:00
jsanalyze.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsapi.cpp Bug 765432 - Make JS_IsAboutToBeFinalized indirect; r=bholley,billm 2013-03-28 13:27:29 -07:00
jsapi.h Bug 765432 - Make JS_IsAboutToBeFinalized indirect; r=bholley,billm 2013-03-28 13:27:29 -07:00
jsarray.cpp Bug 853028 - GC: Fix some rooting issues found by static analysis r=terrence 2013-03-21 12:56:58 +00:00
jsarray.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsast.tbl Bug 846406 - Implement arrow functions. r=bhackett. Changes to Y.js r=brendan. 2013-03-17 20:42:36 -07:00
jsatom.cpp Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence 2013-03-06 18:10:30 +00:00
jsatom.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsatominlines.h Bug 834826 - Eliminate or refactor various unnecessary stack roots, r=terrence. 2013-01-26 07:42:20 -07:00
jsbool.cpp Bug 706885 - Do not store singletons in the Nursery; r=bhackett 2013-01-28 11:01:54 -08:00
jsbool.h Bug 831822 - Fix various rooting hazards and unnecessary roots found by static analysis, r=terrence. 2013-01-18 06:48:13 -07:00
jsboolinlines.h Bug 850074 - Move SpiderMonkey stack rooting infrastructure to RootingAPI.h; r=billm 2013-03-12 14:05:57 -07:00
jsclass.h Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn 2013-02-17 22:56:32 -08:00
jsclist.h
jsclone.cpp Bug 837845 - Manually backout the largest memory users from bug 798624; r=Waldo 2013-02-05 14:22:27 -08:00
jsclone.h Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted inside SpiderMonkey r=terrence 2013-03-06 16:41:42 +00:00
jscntxt.cpp Bug 841059 - Do not use the ArenaHeader for zone/compartment on JSObject; r=billm 2013-02-13 10:39:19 -08:00
jscntxt.h Backed out changeset 3af927a8260c for suspected bustage on a CLOSED TREE 2013-03-27 16:01:00 -07:00
jscntxtinlines.h Bug 849453 - Use the AllocKind to get the size instead of sizeOfThis; r=billm 2013-03-07 10:55:34 -08:00
jscompartment.cpp Bug 855136 - Don't use call/construct slots for direct proxies (r=luke) 2013-03-26 17:53:00 -07:00
jscompartment.h Bug 781070 - make NullPtr public r=terrence 2013-03-20 10:41:20 +00:00
jscompartmentinlines.h Bug 759585 - Zones (r=jonco,bhackett,njn,dvander,luke,bz,mccr8,bholley) 2013-03-16 20:36:37 -07:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
jscrashreport.h Bug 752578 - Use mfbt's guard object implementation rather than using our own in all the easy cases. r=Ms2ger 2012-12-27 11:20:22 -06:00
jsdate.cpp Bug 853075 - Remove workarounds. r=tschneidereit 2013-03-27 08:40:00 +01:00
jsdate.h Bug 769871 - Remove x_CheckThisX methods, as the extract-the-primitive-value methods immediately after perform that check already. r=Norbert 2013-03-22 12:35:44 -07:00
jsdbgapi.cpp Bug 853417 - add comment explaining why we don't need to check for self-hosted scripts in ScriptDebugEpilogue. r=me 2013-03-27 15:39:25 +01:00
jsdbgapi.h Bug 853228 - Remove unused functions in jsdbgapi (r=luke) 2013-03-21 18:15:39 -07:00
jsdhash.cpp
jsdhash.h Bug 831885 - Turn JS_DHASH_ENTRY_IS_* into inline functions; r=jorendorff 2013-02-07 09:08:57 +01:00
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 779233 - Put a script's filename on the ScriptSource. r=billm 2013-03-12 21:56:55 -05:00
jsexn.h
jsfriendapi.cpp Fix for bug 852094 (Support Unforgeable on proxy-based DOM bindings) - add a JS_DefineOwnProperty API that takes a JSPropertyDescriptor. r=Waldo. 2013-03-27 18:15:38 +01:00
jsfriendapi.h Fix for bug 852094 (Support Unforgeable on proxy-based DOM bindings) - add a JS_DefineOwnProperty API that takes a JSPropertyDescriptor. r=Waldo. 2013-03-27 18:15:38 +01:00
jsfun.cpp Bug 848197 - Arrow functions should not be constructors. r=Waldo. 2013-03-27 14:16:48 -05:00
jsfun.h Bug 848197 - Arrow functions should not be constructors. r=Waldo. 2013-03-27 14:16:48 -05:00
jsfuninlines.h Bug 854807 - Fix thinko in CloneFunctionObjectIfNotSingleton(). r=smaug. 2013-03-26 21:40:00 +11:00
jsgc.cpp Bug 855136 - Don't use call/construct slots for direct proxies (r=luke) 2013-03-26 17:53:00 -07:00
jsgc.h Bug 734250 - Remove the unused {Un}LockGCThing{RT} rooting interface; r=billm 2013-03-19 10:20:22 -07:00
jsgcinlines.h Bug 841059 - Do not use the ArenaHeader for getAllocKind on JSObject; r=billm 2013-02-14 14:51:07 -08:00
jsinfer.cpp Bug 836486: Part 2 - turn on Ion Monkey for ARMv6 (r=jbramley) 2013-03-28 13:51:23 -04:00
jsinfer.h Bug 849781: IonMonkey: Only allow inlining when TypeSet of caller and callee intersects, r=nbp 2013-03-27 00:41:19 +01:00
jsinferinlines.h Backed out changeset 3af927a8260c for suspected bustage on a CLOSED TREE 2013-03-27 16:01:00 -07:00
jsinterp.cpp Bug 848197 - Arrow functions should not be constructors. r=Waldo. 2013-03-27 14:16:48 -05:00
jsinterp.h Bug 841499 - Allow calling SetObjectElementOperation with explicit script and pc arguments. r=jimb 2013-02-14 18:27:49 -05:00
jsinterpinlines.h Bug 759585 - Zones (r=jonco,bhackett,njn,dvander,luke,bz,mccr8,bholley) 2013-03-16 20:36:37 -07:00
jsiter.cpp Bug 829602 - Enable self-hosted parallelarray r=dvander,till 2013-03-19 22:12:27 -04:00
jsiter.h Remove LIFO invariants from the enumerator list (bug 831626, r=billm). 2013-01-24 11:17:41 -08:00
jskwgen.cpp
jslibmath.h bug 822717 - remove checks for old gcc r=glandium 2012-12-18 13:22:28 -05:00
jslock.h
jslog2.cpp
jsmath.cpp Bug 840282 - OdinMonkey (sr=dmandelin) 2013-03-15 02:29:02 -07:00
jsmath.h Bug 840282 - OdinMonkey (sr=dmandelin) 2013-03-15 02:29:02 -07:00
jsmemorymetrics.cpp Bug 831588 - Don't measure decommitted GC arenas in the "explicit" tree. r=terrence,jlebar. 2013-03-26 15:07:33 -07:00
jsnativestack.cpp Bug 846670 - Initialize stackBase and stackSize properly for the main-thread when using bionic. r=billm 2013-03-13 16:31:15 -07:00
jsnativestack.h
jsnum.cpp Bug 853075 - Remove workarounds. r=tschneidereit 2013-03-27 08:40:00 +01:00
jsnum.h Bug 769871 - Remove x_CheckThisX methods, as the extract-the-primitive-value methods immediately after perform that check already. r=Norbert 2013-03-22 12:35:44 -07:00
jsnuminlines.h
jsobj.cpp Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
jsobj.h Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
jsobjinlines.h Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
json.cpp Bug 839376 (part 5) - Make ObjectClassIs take a HandleObject. r=sfink. 2013-02-11 21:01:45 -08:00
json.h
jsonparser.cpp Backout 04695ce03bb6 (bug 836968) for topcrashing on a CLOSED TREE 2013-03-16 15:57:39 -06:00
jsonparser.h Backout 04695ce03bb6 (bug 836968) for topcrashing on a CLOSED TREE 2013-03-16 15:57:39 -06:00
jsopcode.cpp Bug 848159: In jsopcode.cpp, cast formalIndex to be unsigned when comparing it against another unsigned value, since we've already asserted it's nonnegative. r=jandem 2013-03-16 21:38:06 -07:00
jsopcode.h Bug 842419 (part 3) - Remove dead JOF_* constants, and kill off JSOP_BACKPATCH_POP. r=jorendorff. 2013-02-20 17:42:21 -08:00
jsopcode.tbl Bug 851421 (part 2) - Don't emit bytecode for asm.js functions unless linking fails. r=luke. 2013-03-14 18:44:03 -07:00
jsopcodeinlines.h Bug 838014 - More rooting in Debugger, plus some minor rooting in JSD and xpconnect for some should-be-private JSAPI changes. r=terrence 2013-02-12 12:27:02 -08:00
jsoplengen.cpp
jsprf.cpp
jsprf.h
jsprobes.cpp Bug 852676 - Remove unmaintained ETW event support (r=sfink) 2013-03-21 18:15:39 -07:00
jsprobes.h Bug 852676 - Remove unmaintained ETW event support (r=sfink) 2013-03-21 18:15:39 -07:00
jspropertycache.cpp Bug 832972 - Reduce cost of exact stack rooting during name operations, clean up some GC allocation methods, r=terrence. 2013-01-23 15:22:10 -07:00
jspropertycache.h Bug 843999 - Shrink the property cache. r=bhackett. 2013-02-24 14:15:23 -08:00
jspropertycacheinlines.h Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AutoAssertNoGC r=terrence 2013-03-06 18:10:22 +00:00
jspropertytree.cpp Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence 2013-03-06 18:10:30 +00:00
jspropertytree.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsprototypes.h Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie. 2013-01-24 21:24:57 -08:00
jsproxy.cpp Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
jsproxy.h Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
jsprvtd.h Bug 852563 - Initialize IdValuePair::value to avoid GC sequence-point trickiness. r=bhackett 2013-03-19 10:41:24 -07:00
jspubtd.h Backed out changeset 3af927a8260c for suspected bustage on a CLOSED TREE 2013-03-27 16:01:00 -07:00
jsreflect.cpp Backed out changeset d1b71de5bbc1 (bug 747831) for Windows bustage. 2013-03-19 15:50:18 -04:00
jsreflect.h Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie. 2013-01-24 21:24:57 -08:00
jsscript.cpp Bug 853417 - Prevent self-hosted scripts from ever being visible to client scripts. r=jimb 2013-03-22 01:17:18 +01:00
jsscript.h Bug 851421 (part 2) - Don't emit bytecode for asm.js functions unless linking fails. r=luke. 2013-03-14 18:44:03 -07:00
jsscriptinlines.h Backed out changeset 3af927a8260c for suspected bustage on a CLOSED TREE 2013-03-27 16:01:00 -07:00
jsshell.msg Bug 838759 - Remove assertJit shell function. r=bhackett 2013-02-07 10:21:15 +01:00
jsstr.cpp Bug 853075 - Remove workarounds. r=tschneidereit 2013-03-27 08:40:00 +01:00
jsstr.h Bug 846330 - Bail out before trying to eval scripts containing 'arguments' in Ion, r=jandem. 2013-03-04 07:21:16 -07:00
jsstrinlines.h Bug 834826 - Eliminate or refactor various unnecessary stack roots, r=terrence. 2013-01-26 07:42:20 -07:00
jstypedarray.cpp Bug 765432 - Make JS_IsAboutToBeFinalized indirect; r=bholley,billm 2013-03-28 13:27:29 -07:00
jstypedarray.h Bug 840282 - OdinMonkey (sr=dmandelin) 2013-03-15 02:29:02 -07:00
jstypedarrayinlines.h Bug 840282 - OdinMonkey (sr=dmandelin) 2013-03-15 02:29:02 -07:00
jstypes.h bug 822717 - remove checks for old gcc r=glandium 2012-12-18 13:22:28 -05:00
jsutil.cpp Bug 837715. Reduce compression rate for js source. r=benjamin 2013-02-06 12:53:52 -05:00
jsutil.h Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn 2013-02-17 22:56:32 -08:00
jsversion.h Bug 804834 - Part 2: Disable for-each-in from content by default. r=waldo 2012-12-21 20:48:36 +09:00
jswatchpoint.cpp Bug 849273 - Investigate splitting the js and JS namespaces r=terrence 2013-03-19 10:35:41 +00:00
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp Back out changeset 0d285589f47a (Bug 839673) - Broken Merge 2013-02-13 11:04:25 -08:00
jsweakmap.h Back out changeset 0d285589f47a (Bug 839673) - Broken Merge 2013-02-13 11:04:25 -08:00
jswin64.asm
jswin.h Bug 840282 - OdinMonkey (sr=dmandelin) 2013-03-15 02:29:02 -07:00
jsworkers.cpp Bug 850070 - Part 2/2 - Parallelize OdinMonkey compilations. r=luke 2013-03-19 15:24:22 -07:00
jsworkers.h Bug 850070 - Fix --disable-ion and --disable-threadsafe builds. r=red 2013-03-22 17:27:08 -07:00
jswrapper.cpp Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
jswrapper.h Bug 789897 - Implement isExtensible and preventExtensions traps for proxies, including scriptable direct proxies, and in the various wrapper classes. Also move non-static JSObject::preventExtensions to static ObjectImpl::preventExtensions, for handle correctness. Patch is a semi-tag-team effort with jwalden. r=jwalden, r=ejpbruel, r=bholley, r=two-turtle-doves-and-a-partridge-in-a-pear-tree 2013-03-22 19:43:03 -07:00
Makefile.in Bug 854306 - Add option to disable YARR JIT (--disable-yarr-jit) r=dvander 2013-03-26 16:46:42 +09:00
moz.build Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
prmjtime.cpp Bug 847480 - Convert DeprecatedAbs overloads taking floating point (except for nscoord uses, when nscoord is optionally a floating point type) to Abs. r=Ms2ger 2013-03-05 15:43:44 -08:00
prmjtime.h
README.html
TraceLogging.cpp
TraceLogging.h
Y.js Bug 846406 - Implement arrow functions. r=bhackett. Changes to Y.js r=brendan. 2013-03-17 20:42:36 -07:00

<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!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>