gecko/js/src
2009-09-17 15:25:21 -07:00
..
analysis-tests
build Add executable bits back to config.guess files. b=515002 2009-09-09 08:20:25 -04:00
config Bug 507897 - Remove 'WINDOWS16' (support) code everywhere; (Bv1-MC) version.mk 2009-09-16 02:54:54 +02:00
editline
jsapi-tests Bug 515682 - js/src/jsapi-tests is missing a README file. r=brendan. 2009-09-10 14:28:55 -05:00
lirasm
nanojit Fixed bogus Nanojit x64 assertion with very wide shifts (bug 517150, r=gal). 2009-09-17 15:25:21 -07:00
ref-config
shell Bug 516815 - Give shell JS a way to tell if the given object is an inner or outer object. Also correctly outerize in the shell for the thisObject hook. r=jorendorff 2009-09-15 15:16:36 -07:00
t
trace-test Bug 503424 - Add built-in support for compiled-trace and -guard profiling, r=graydon. 2009-09-15 15:05:53 -07:00
tracevis Bug 500857: show JIT reset events in tracevis, r=nnethercote 2009-09-10 16:06:34 -07:00
v8
vprof
xpconnect Merge tracemonkey to mozilla-central. 2009-09-16 16:15:59 -07:00
aclocal.m4
bench.sh
builtins.tbl
config.mk
configure.in Merge tracemonkey to mozilla-central. 2009-09-16 16:15:59 -07:00
dtoa.c
imacro_asm.js.in Fix imacro vs. script code disassembly/decompilation confusion (510644, r=jorendorff). 2009-09-04 16:27:17 -07:00
imacros.c.out Renamed JSOP_LOOP to JSOP_TRACE, which now also gets emitted at the start of scripts (bug 515806, r=brendan). 2009-09-14 17:26:16 -07:00
imacros.jsasm Bug 507180 - Fix imacros (r=waldo) 2009-08-19 09:06:22 -07:00
javascript-trace.d
jitstats.tbl
js-config.h.in
js-config.in
js.mdp
js.msg Bug 509510: Make Object.getPrototypeOf reject primitives, not coerce them. r=mrbkap 2009-08-17 14:54:52 -07:00
jsapi.cpp Merge tracemonkey to mozilla-central. 2009-09-16 16:15:59 -07:00
jsapi.h Follow-up nits (spacing, comment typo) to bug 513844. 2009-09-10 17:24:28 -07:00
jsarena.cpp
jsarena.h
jsarray.cpp Bug 516075 - Move shape into JSObjectMap from JSScope, const-ipate and use LIR_ldc* to get to it (r=jorendorff). 2009-09-14 20:29:46 -04:00
jsarray.h
jsatom.cpp Zim got the bug, man! (514971, r=gal). 2009-09-06 18:15:16 -07:00
jsatom.h
jsatominlines.h Fixes based on jorendorff's comments in bug 515273. 2009-09-10 10:54:33 -07:00
jsbit.h
jsbool.cpp bug 513190 - avoiding jsint tagging of the private slot data. r=jorendorff 2009-09-05 19:59:11 +04:00
jsbool.h
jsbuiltins.cpp Bug 516075 - Move shape into JSObjectMap from JSScope, const-ipate and use LIR_ldc* to get to it (r=jorendorff). 2009-09-14 20:29:46 -04:00
jsbuiltins.h Bug 504797: give arguments objects created on trace a private value that can be used to look up argument values in the native stack, r=gal 2009-09-09 11:40:21 -07:00
jsclist.h
jscntxt.cpp Bug 516075 - Move shape into JSObjectMap from JSScope, const-ipate and use LIR_ldc* to get to it (r=jorendorff). 2009-09-14 20:29:46 -04:00
jscntxt.h Bug 503424 - Additional followup to fix more profound build-breakage, r=me. 2009-09-15 17:07:33 -07:00
jscompat.h
jsconfig.mk
jscpucfg.cpp
jscpucfg.h
jsdate.cpp bug 513190 - avoiding jsint tagging of the private slot data. r=jorendorff 2009-09-05 19:59:11 +04:00
jsdate.h
jsdbgapi.cpp Bug 517041 - Instead of giving pseudo frames an sp, protect against null sps during GC. r=brendan 2009-09-16 16:13:41 -07:00
jsdbgapi.h
jsdhash.cpp
jsdhash.h
jsdtoa.cpp
jsdtoa.h
jsdtracef.cpp Bug 460904 - rename/tweak JSTraceableFunction (take 2) 2009-09-04 13:44:31 -07:00
jsdtracef.h
jsemit.cpp Renamed JSOP_LOOP to JSOP_TRACE, which now also gets emitted at the start of scripts (bug 515806, r=brendan). 2009-09-14 17:26:16 -07:00
jsemit.h Don't assume a script with sharps whose caller has no sharps has no other fixed slots (516262, r=igor). 2009-09-14 10:29:56 -04:00
jsexn.cpp Removed JSStackFrame::callee (bug 512029, r=brendan). 2009-08-24 17:09:44 -07:00
jsexn.h
jsfile.cpp
jsfile.h
jsfile.msg
jsfun.cpp Follow-up for bug 516298. r=brendan. 2009-09-14 17:38:48 +10:00
jsfun.h Bug 514981 - JSStackFrame::sharp{Array,Depth} should be locals allocated due to #n[#=] usage (r=igor). 2009-09-09 20:21:15 -07:00
jsgc.cpp Bug 517250 - Fix a bad assert. r=waldo 2009-09-17 12:31:42 -07:00
jsgc.h Use one single GC heap chunk, avoiding frequent mmap and malloc calls (508707, r=igor,brendan). 2009-09-15 14:29:01 -07:00
jshash.cpp
jshash.h
jsify.pl
jsinterp.cpp Merge tracemonkey to mozilla-central. 2009-09-16 16:15:59 -07:00
jsinterp.h Bug 516075 - Move shape into JSObjectMap from JSScope, const-ipate and use LIR_ldc* to get to it (r=jorendorff). 2009-09-14 20:29:46 -04:00
jsinttypes.h
jsinvoke.cpp
jsiter.cpp Bug 412571 - replace thisp with thisv (r=brendan,mrbkap) 2009-09-11 19:07:00 -07:00
jsiter.h bug 513190 - avoiding jsint tagging of the private slot data. r=jorendorff 2009-09-05 19:59:11 +04:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h Bug 508760 - Remove MSVC6 support from the tree; (Ev1) js/src/*; r=graydon 2009-08-18 19:24:45 +02:00
jslock.cpp bug 513190 - avoiding jsint tagging of the private slot data. r=jorendorff 2009-09-05 19:59:11 +04:00
jslock.h bug 511425 - removal of JSObjectOps.(get|set)RequiredSlot. r=brendan 2009-08-28 09:53:26 +04:00
jslocko.asm
jslog2.cpp
jslong.h
jsmath.cpp Bug 460904 - rename/tweak JSTraceableFunction (take 2) 2009-09-04 13:44:31 -07:00
jsmath.h Specialize math functions to integer arithmetic where appropriate (511307, r=dvander). 2009-08-19 15:31:10 -07:00
jsnum.cpp Bug 516623 - Followups to change signed-type overflow to unsigned-type overflow, because only the latter has defined behavior. r=mrbkap 2009-09-15 12:15:10 -07:00
jsnum.h Bug 513208 - Tracemonkey build failed on solairs at jsnum.h. r=gal. Remove the space after copysign 2009-08-31 12:05:27 +08:00
jsobj.cpp Use one single GC heap chunk, avoiding frequent mmap and malloc calls (508707, r=igor,brendan). 2009-09-15 14:29:01 -07:00
jsobj.h Bug 516075 - Move shape into JSObjectMap from JSScope, const-ipate and use LIR_ldc* to get to it (r=jorendorff). 2009-09-14 20:29:46 -04:00
json.cpp bug 513190 - avoiding jsint tagging of the private slot data. r=jorendorff 2009-09-05 19:59:11 +04:00
json.h
jsopcode.cpp Renamed JSOP_LOOP to JSOP_TRACE, which now also gets emitted at the start of scripts (bug 515806, r=brendan). 2009-09-14 17:26:16 -07:00
jsopcode.h Bug 514981 - JSStackFrame::sharp{Array,Depth} should be locals allocated due to #n[#=] usage (r=igor). 2009-09-09 20:21:15 -07:00
jsopcode.tbl Renamed JSOP_LOOP to JSOP_TRACE, which now also gets emitted at the start of scripts (bug 515806, r=brendan). 2009-09-14 17:26:16 -07:00
jsoplengen.cpp
jsops.cpp Renamed JSOP_LOOP to JSOP_TRACE, which now also gets emitted at the start of scripts (bug 515806, r=brendan). 2009-09-14 17:26:16 -07:00
jsotypes.h Avoid bit twiddling on double values (513063, r=brendan). 2009-08-27 13:59:19 -07:00
jsparse.cpp Renamed JSOP_LOOP to JSOP_TRACE, which now also gets emitted at the start of scripts (bug 515806, r=brendan). 2009-09-14 17:26:16 -07:00
jsparse.h Bug 510117: Correct pseudocode describing use/def processing. r=brendan 2009-09-10 18:02:08 -07:00
jsprf.cpp
jsprf.h
jsproto.tbl
jsprvtd.h Backed out changeset b866396faae4 2009-09-10 16:44:01 -07:00
jspubtd.h
jsregexp.cpp Merge tracemonkey to mozilla-central. 2009-09-16 16:15:59 -07:00
jsregexp.h bug 509143 - js_CloneRegExp is missing a call to js_SetLastIndex. r=mrbkap 2009-08-22 19:59:55 +03:00
jsreops.tbl
jsscan.cpp Bug 510895 comment #3 - Indentation nit, follow-up to changeset eb6e2f20bbde. 2009-08-25 14:11:21 -07:00
jsscan.h
jsscope.cpp Bug 516075 - Move shape into JSObjectMap from JSScope, const-ipate and use LIR_ldc* to get to it (r=jorendorff). 2009-09-14 20:29:46 -04:00
jsscope.h Bug 516075 - Move shape into JSObjectMap from JSScope, const-ipate and use LIR_ldc* to get to it (r=jorendorff). 2009-09-14 20:29:46 -04:00
jsscript.cpp Bug 412571 - replace thisp with thisv (r=brendan,mrbkap) 2009-09-11 19:07:00 -07:00
jsscript.h Don't assume a script with sharps whose caller has no sharps has no other fixed slots (516262, r=igor). 2009-09-14 10:29:56 -04:00
jsscriptinlines.h Fix js*inlines.h harder (515628, r=jorendorff). 2009-09-10 10:23:52 -07:00
jsshell.msg Bug 515285 - Implement JS_SameValue, and make assertEq use it rather than JS_StrictlyEqual. r=jorendorff 2009-09-09 11:51:52 -07:00
jsstack.js
jsstaticcheck.h
jsstdint.h Bug 516623 - Followups to change signed-type overflow to unsigned-type overflow, because only the latter has defined behavior. r=mrbkap 2009-09-15 12:15:10 -07:00
jsstr.cpp Bug 515586 - Tracemonkey build failed with Sun Studio at jsstr.cpp. r=gal 2009-09-10 15:29:20 +08:00
jsstr.h bug 515199 - js_GetGCThingTraceKind must check for JSString::isStatic and return JSTRACE_STRING if so. r=brendan 2009-09-10 15:13:59 +04:00
jsstrinlines.h Check (without regressing hot paths) where needed to avoid treating static JSStrings like gc-things in the heap (514819, r=gal). 2009-09-05 21:48:30 -07:00
jstask.cpp
jstask.h
jstl.h Backed out changeset b866396faae4 2009-09-10 16:44:01 -07:00
jstracer.cpp Added LIR_div/LIR_mod support to x64 Nanojit (bug 516898, 2009-09-17 14:32:12 -07:00
jstracer.h Bug 503424 - Add built-in support for compiled-trace and -guard profiling, r=graydon. 2009-09-15 15:05:53 -07:00
jstypes.h Join lambdas assigned or initialized as methods to the compiler-created function object if we can, with a read barrier to clone on method value extractions other than call expressions (471214, r=jorendorff). 2009-09-03 14:41:19 -07:00
jsutil.cpp
jsutil.h Backed out changeset 9b6b17a275ec (bug 506125). 2009-08-25 14:42:42 -07:00
jsvector.h Backed out changeset b866396faae4 2009-09-10 16:44:01 -07:00
jsversion.h
jswince.asm
jsxdrapi.cpp
jsxdrapi.h Bug 514981 - JSStackFrame::sharp{Array,Depth} should be locals allocated due to #n[#=] usage (r=igor). 2009-09-09 20:21:15 -07:00
jsxml.cpp bug 513190 - avoiding jsint tagging of the private slot data. r=jorendorff 2009-09-05 19:59:11 +04:00
jsxml.h
lock_SunOS.s
Makefile.in Merge tracemonkey to mozilla-central. 2009-09-16 16:15:59 -07:00
Makefile.ref
perfect.js
plify_jsdhash.sed
prmjtime.cpp
prmjtime.h
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>