gecko/js/src
2010-05-24 13:26:38 -07:00
..
analysis-tests
build
config Bug 550823 did not sync js/src/config 2010-04-22 16:11:24 +02:00
ctypes Fix crash. 2010-05-05 15:57:34 -07:00
editline Bug 551879 - TM: remove shell/js.cpp and editline.c warnings. r=gal. 2010-03-12 17:33:54 +11:00
gnuplot Bug 553682, TM: GC Profiler Part1: Gnuplot script. r=gal 2010-03-25 15:20:34 -07:00
jsapi-tests jsapi-tests pass 2010-05-19 18:40:27 -07:00
lirasm Bug 560160 - nanojit: rename LOpcode-related names. r=edwsmith. 2010-04-21 19:34:46 -07:00
nanojit Bug 559975 - Rename LOpcode enums in NativeX64.cpp (r=nnetercote+) 2010-04-29 15:34:40 -04:00
ref-config
shell Tighten checking with JSID, fix bug 2010-05-21 14:11:15 -07:00
t
tests fast object iteration (558754, r=brendan, CLOSED TREE). 2010-05-07 17:52:52 -07:00
trace-test Bug 492915 - Trace incelem/decelem/eleminc/elemdec for objects other than arrays. r=brendan. 2010-05-03 16:48:06 -05:00
tracevis Bug 557841 - TM: "Assertion failure: BINDNAME in global code resolved to non-global object, at ../jstracer.cpp". r=dmandelin. 2010-04-19 09:21:10 -05:00
v8
vprof Fix vprof bustage (bug 560683 r=edwsmith) 2010-04-21 11:41:05 -04:00
xpconnect Merge from tracemonkey 2010-05-11 00:41:08 -07:00
aclocal.m4
bench.sh
builtins.tbl
config.mk Revert strict-aliasing disabling now that n810 has shown not to improve without it. Also change from -Wstrict-aliasing=2 to -Wstrict-aliasing=3; gcc claims the latter gives more precise warnings with fewer mistakes, and I don't think we care that much about it being a little slower, for only the files in SpiderMonkey. 2010-03-26 15:32:35 -07:00
configure.in Merge tracemonkey to mozilla-central. 2010-04-21 08:34:13 -04:00
dtoa.c Bug 509857 - Get rid of DTOA_LOCK. r=jwalden. 2010-03-22 18:21:10 -05:00
find-child.py Bug 526074 - handle nothing-to-import case in import script, r=gal. 2010-01-25 10:32:33 -08:00
imacro_asm.js.in Bug 558830 - Trace script getters. r=brendan. 2010-04-22 17:10:38 -05:00
imacros.c.out fast object iteration (558754, r=brendan, CLOSED TREE). 2010-05-07 17:52:52 -07:00
imacros.jsasm fast object iteration (558754, r=brendan, CLOSED TREE). 2010-05-07 17:52:52 -07:00
javascript-trace.d
jitstats.tbl
js-config.h.in Bug 538324 - Move ctypes into js/src. Part 1: Move ctypes into js/src/ctypes. r=sayrer 2010-04-02 12:02:17 -07:00
js-config.in
js.mdp
js.msg Bug 556876 - PropertyDescriptor::initialize can throw a SyntaxError instead of a TypeError. r=jorendorff 2010-04-04 21:59:09 -07:00
jsapi.cpp Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jsapi.h Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jsarena.cpp
jsarena.h Bug 549532 - Allow custom memory allocator use in spidermonkey. Part 1. r=dvander. 2010-04-16 15:03:53 -04:00
jsarray.cpp Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jsarray.h finish jsxml 2010-05-17 16:52:38 -07:00
jsatom.cpp Turns out implicit conversion from JSString to Value is also dangerous (NULL). 2010-05-18 19:05:30 -07:00
jsatom.h finish jsxml 2010-05-17 16:52:38 -07:00
jsatominlines.h Turns out implicit conversion from JSString to Value is also dangerous (NULL). 2010-05-18 19:05:30 -07:00
jsbit.h bug 553812 - separate GC arena info and mark bits from the arena. r=gal,anygregor 2010-04-13 00:59:19 +04:00
jsbool.cpp Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jsbool.h Merge from tracemonkey 2010-05-11 00:41:08 -07:00
jsbuiltins.cpp remove obsolete JSVAL_ERROR_COOKIE and JSVAL_FAIL (563063, r=dvander). 2010-04-30 15:21:09 -07:00
jsbuiltins.h Merge from tracemonkey 2010-05-11 00:41:08 -07:00
jsclist.h
jscntxt.cpp Fix some things so this builds on 64-bit and OS X 2010-05-19 09:55:27 -07:00
jscntxt.h Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jscntxtinlines.h Turns out implicit conversion from JSString to Value is also dangerous (NULL). 2010-05-18 19:05:30 -07:00
jscompat.h
jsconfig.mk
jscpucfg.cpp Merge mozilla-central to tracemonkey. 2010-04-04 14:15:05 -04:00
jscpucfg.h
jsdate.cpp convert jsnum, touch up jsobj 2010-05-13 02:03:08 -07:00
jsdate.h Still recovering from rebase 2010-05-11 19:00:59 -07:00
jsdbgapi.cpp Fix bugs 2010-05-18 17:25:12 -07:00
jsdbgapi.h convert up to jsstr 2010-05-13 14:49:26 -07:00
jsdhash.cpp
jsdhash.h
jsdtoa.cpp New Tag scheme, no SetObject silliness 2010-05-12 16:36:10 -07:00
jsdtoa.h Bug 509857 - Get rid of DTOA_LOCK. r=jwalden. 2010-03-22 18:21:10 -05:00
jsdtracef.cpp Bug 563870: Fix dtrace linker error. (r=dvander) 2010-05-05 15:32:47 -07:00
jsdtracef.h Still recovering from rebase 2010-05-11 19:00:59 -07:00
jsemit.cpp Build fixes for MSVC. It should now build on Windows, albeit with warnings. 2010-05-24 12:55:11 -07:00
jsemit.h Still recovering from rebase 2010-05-11 19:00:59 -07:00
jsexn.cpp It compiles and links. Time to make it run 2010-05-17 21:21:44 -07:00
jsexn.h (unrebased) fat value patch 2010-05-10 22:01:31 -07:00
jsfun.cpp jsapi-tests pass 2010-05-19 18:40:27 -07:00
jsfun.h Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jsgc.cpp Quiet warnings, fix strict-aliasing bug 2010-05-18 18:29:26 -07:00
jsgc.h Turns out implicit conversion from JSString to Value is also dangerous (NULL). 2010-05-18 19:05:30 -07:00
jsgcchunk.cpp Bug 560017 Failed build js/src/jsgcchunk.cpp on Solaris r=jimb 2010-04-26 14:17:29 +08:00
jsgcchunk.h bug 553812 - separate GC arena info and mark bits from the arena. r=gal,anygregor 2010-04-13 00:59:19 +04:00
jshash.cpp Bug 549532 - Allow custom memory allocator use in spidermonkey. Part 1. r=dvander. 2010-04-16 15:03:53 -04:00
jshash.h
jshashtable.h Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jsify.pl
jsinterp.cpp Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jsinterp.h Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jsinttypes.h Bug 537784: [AIX] Build bustage in js/src/jsstdint.h r=ted 2010-03-06 12:59:41 -05:00
jsinvoke.cpp
jsiter.cpp jsapi-tests pass 2010-05-19 18:40:27 -07:00
jsiter.h jsiter 2010-05-12 19:05:43 -07:00
jskeyword.tbl
jskwgen.cpp
jslibmath.h Use direct object shape instead of identity as key for deep property cache hits (497789, r=jorendorff). 2010-03-22 11:11:44 -07:00
jslock.cpp Merge mozilla-central to tracemonkey 2010-04-28 11:11:48 -04:00
jslock.h Bug 558144 - un-macroize OBJ_SCOPE, OBJ_SHAPE, LOCKED_OBJ_SET_SLOT, LOCKED_OBJ_GET_SLOT (r=Waldo) 2010-04-08 11:22:04 -07:00
jslocko.asm
jslog2.cpp Bug 557270 - on s390 pointers are 31-bits, have JS_CEILING_LOG2W use size_t instead of JSUword (r=brendan) 2010-04-06 16:10:54 -07:00
jslong.h
jsmath.cpp convert jsnum, touch up jsobj 2010-05-13 02:03:08 -07:00
jsmath.h fix jsiter, convert jsmath 2010-05-12 22:58:11 -07:00
jsnum.cpp Build fixes for MSVC. It should now build on Windows, albeit with warnings. 2010-05-24 12:55:11 -07:00
jsnum.h Remove explicit copy, ObjPtr 2010-05-17 22:15:51 -07:00
jsobj.cpp Passing trace-tests 2010-05-20 18:39:06 -07:00
jsobj.h Passing trace-tests 2010-05-20 18:39:06 -07:00
jsobjinlines.h Passing trace-tests 2010-05-20 18:39:06 -07:00
json.cpp Remove explicit copy, ObjPtr 2010-05-17 22:15:51 -07:00
json.h Fixing shell/js 2010-05-17 18:49:58 -07:00
jsopcode.cpp Fixing shell/js 2010-05-17 18:49:58 -07:00
jsopcode.h convert up to jsstr 2010-05-13 14:49:26 -07:00
jsopcode.tbl fast object iteration (558754, r=brendan, CLOSED TREE). 2010-05-07 17:52:52 -07:00
jsoplengen.cpp
jsops.cpp Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jsotypes.h
jsparse.cpp Turns out implicit conversion from JSString to Value is also dangerous (NULL). 2010-05-18 19:05:30 -07:00
jsparse.h Merge from tracemonkey 2010-05-11 00:41:08 -07:00
jsprf.cpp
jsprf.h
jspropertycache.cpp convert up to jsstr 2010-05-13 14:49:26 -07:00
jspropertycache.h (unrebased) fat value patch 2010-05-10 22:01:31 -07:00
jspropertycacheinlines.h Bug 558144 - un-macroize OBJ_SCOPE, OBJ_SHAPE, LOCKED_OBJ_SET_SLOT, LOCKED_OBJ_GET_SLOT (r=Waldo) 2010-04-08 11:22:04 -07:00
jspropertytree.cpp Tighten checking with JSID, fix bug 2010-05-21 14:11:15 -07:00
jspropertytree.h Use direct object shape instead of identity as key for deep property cache hits (497789, r=jorendorff). 2010-03-22 11:11:44 -07:00
jsproto.tbl Bug 543057 - Drop the Script object (r=brendan) 2010-03-04 00:33:57 -08:00
jsprvtd.h Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jspubtd.h Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jsrecursion.cpp Still recovering from rebase 2010-05-11 19:00:59 -07:00
jsregexp.cpp Turns out implicit conversion from JSString to Value is also dangerous (NULL). 2010-05-18 19:05:30 -07:00
jsregexp.h Fixing shell/js 2010-05-17 18:49:58 -07:00
jsreops.tbl
jsscan.cpp convert up to jsstr 2010-05-13 14:49:26 -07:00
jsscan.h Bug 559067 - Silence MSVC warnings in js/src. r=jorendorff 2010-04-16 16:00:51 -05:00
jsscope.cpp Tighten checking with JSID, fix bug 2010-05-21 14:11:15 -07:00
jsscope.h Tighten checking with JSID, fix bug 2010-05-21 14:11:15 -07:00
jsscopeinlines.h Tighten checking with JSID, fix bug 2010-05-21 14:11:15 -07:00
jsscript.cpp Fix bugs 2010-05-18 17:25:12 -07:00
jsscript.h Merge from tracemonkey 2010-05-11 00:41:08 -07:00
jsscriptinlines.h Bug 556353 - Remove OBJ_IS_NATIVE, HAS_FUNCTION_CLASS. r=brendan. 2010-03-31 22:13:51 -07:00
jsshell.msg
jsstack.js
jsstaticcheck.h
jsstdint.h Bug 537784: [AIX] Build bustage in js/src/jsstdint.h r=ted 2010-03-06 12:59:41 -05:00
jsstr.cpp Turns out implicit conversion from JSString to Value is also dangerous (NULL). 2010-05-18 19:05:30 -07:00
jsstr.h 30% through jsstr 2010-05-13 18:55:25 -07:00
jsstrinlines.h
jstask.cpp bug 553033 - replacing the background free list with a vector. r=jwalden 2010-04-27 15:46:24 +02:00
jstask.h Oops, b0f49ebf6325 wants a definition (r=me) 2010-04-28 15:23:34 -07:00
jstl.h Fix most MSVC warnings. 2010-05-24 13:26:38 -07:00
jstracer.cpp Merge from tracemonkey 2010-05-11 00:41:08 -07:00
jstracer.h fast object iteration (558754, r=brendan, CLOSED TREE). 2010-05-07 17:52:52 -07:00
jstypedarray.cpp Passing trace-tests 2010-05-20 18:39:06 -07:00
jstypedarray.h Fixing shell/js 2010-05-17 18:49:58 -07:00
jstypes.h Build fixes for MSVC. It should now build on Windows, albeit with warnings. 2010-05-24 12:55:11 -07:00
jsutil.cpp Bug 561672 - JS_Assert should fflush(stderr). r=shaver 2010-04-26 13:50:56 -07:00
jsutil.h bug 553033 - replacing the background free list with a vector. r=jwalden 2010-04-27 15:46:24 +02:00
jsvector.h Bug 558410 - silence strict aliasing warnings (r=jorendorff) 2010-04-19 13:08:19 -07:00
jsversion.h Bug 543057 - Drop the Script object (r=brendan) 2010-03-04 00:33:57 -08:00
jswince.asm
jsxdrapi.cpp Fixing shell/js 2010-05-17 18:49:58 -07:00
jsxdrapi.h Fixing shell/js 2010-05-17 18:49:58 -07:00
jsxml.cpp Tighten checking with JSID, fix bug 2010-05-21 14:11:15 -07:00
jsxml.h Fix bugs 2010-05-18 17:25:12 -07:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in Bug 561619 - JS CTypes has a build dependency bug. r=sayrer 2010-04-26 13:26:53 -07:00
Makefile.ref Bug 538324 - Move ctypes into js/src. Part 1: Move ctypes into js/src/ctypes. r=sayrer 2010-04-02 12:02:17 -07:00
nanojit-import-filemap
nanojit-import-rev Update nanojit-import-rev stamp. 2010-04-29 16:08:29 -07:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp Bug 563842: Make PRMJ_Now always high-resolution in Windows shell builds, r=brendan 2010-05-04 18:06:30 -07:00
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>