gecko/js/src
Jason Orendorff 7a82abbc1b Bug 568070 - jsapi.cpp refactoring. Part 3, eliminate redundancy in Lookup, Has, and AlreadyHas functions. r=Waldo.
--HG--
extra : rebase_source : 7ac0bcdd4cbfc43398afed590588945d9968936f
2010-06-02 00:29:27 -07:00
..
analysis-tests
build bug 515748 - differentiate between wince and winmo (change windows mobile ABI to arm-wince-winmo) r=ted 2009-12-04 14:14:18 -05:00
config Make ipc/ build with gcc 4.1.2. r=cjones 2010-05-24 09:36:49 +12:00
ctypes Fix crash. 2010-05-05 15:57:34 -07:00
editline Bug 506041 Part 2: Correct misspellings in source code 2010-05-13 14:19:50 +02:00
gnuplot Bug 553682, TM: GC Profiler Part1: Gnuplot script. r=gal 2010-03-25 15:20:34 -07:00
jsapi-tests Backed out changeset 1070cd7a9da0 2010-05-28 14:19:20 +02:00
lirasm Bug 552592 - nanojit: split TMFLAGS=assembly in two. r=edwsmith. 2010-05-11 19:14:51 -07:00
metrics/gc Bug 548388 GC Benchmark Suite. r=jorendorff 2010-05-14 11:17:14 -07:00
nanojit whitespace hygiene 2010-05-19 20:54:10 -04:00
ref-config
shell Must resolve standard classes even when assigning (568826, r=jorendorff). 2010-05-29 18:59:50 -07:00
t
tests Fix test expectations for new error messages, r=orange 2010-06-01 21:31:18 -07:00
trace-test Merge. 2010-06-01 21:21:36 -07: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 Update our local copy of the V8 benchmarks to the latest test harness. 2010-05-27 17:15:56 -07:00
vprof Fix vprof bustage (bug 560683 r=edwsmith) 2010-04-21 11:41:05 -04:00
xpconnect Bug 533592, part 2 - Get rid of BYPASS code in XPCNativeWrappers. r=mrbkap. 2010-05-27 12:34:28 -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 Disable msvc warning C4800 2010-05-24 13:24:09 -07: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.py Bug 563728 - Switch the imacro compiler over to Python. r=Waldo. 2010-05-12 08:49:36 -05:00
imacros.jsasm fast object iteration (558754, r=brendan, CLOSED TREE). 2010-05-07 17:52:52 -07:00
javascript-trace.d
jitstats.tbl Bug 521364. Make sure that TMFLAGS=stats shows all jitstats other than the platform-specific ones. r=lw 2009-10-20 13:42:02 -04:00
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 Improve error reporting for proxy handlers and __iterator__ (568966, r=brendan). 2010-05-29 19:04:01 -07:00
jsapi.cpp Bug 568070 - jsapi.cpp refactoring. Part 3, eliminate redundancy in Lookup, Has, and AlreadyHas functions. r=Waldo. 2010-06-02 00:29:27 -07:00
jsapi.h Reserve standard class properties in global objects (bug 561923 part 1, r=brendan). 2010-05-23 17:12:08 -07:00
jsarena.cpp Backed out changeset 919950c7f0f0 2010-05-11 11:52:17 -04:00
jsarena.h Backed out changeset 919950c7f0f0 2010-05-11 11:52:17 -04:00
jsarray.cpp Merge mozilla-central to tracemonkey. 2010-05-24 09:05:39 -07:00
jsarray.h Merge mozilla-central to tracemonkey. 2010-05-03 11:03:37 -04:00
jsatom.cpp Bug 568070 - jsapi.cpp refactoring. Part Q, CHECK_REQUEST in js_Atomize and js_AtomizeChars, as requested in reviews. 2010-06-02 00:23:43 -07:00
jsatom.h Implement iterate trap for proxy handlers (568413, r=brendan). 2010-05-27 12:03:25 -07:00
jsatominlines.h Factor jsscopeinlines.h out, clean up #include order (524267, r=gal/jorendorff). 2009-10-26 13:39:39 -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 Bug 559250 - encapsulate JSSLOT_{PRIMITIVE,DATE,REGEXP}_* within JSObject (take 2). r=brendan. 2010-04-14 18:57:30 -07:00
jsbool.h Bug 559250 - encapsulate JSSLOT_{PRIMITIVE,DATE,REGEXP}_* within JSObject (take 2). r=brendan. 2010-04-14 18:57:30 -07:00
jsbuiltins.cpp Backed out changeset 23efaeb8652b 2010-05-13 02:21:27 -07:00
jsbuiltins.h Bug 564581 - TM: avoid js_IdIsIndex() calls on trace. r=brendan. 2010-05-12 19:34:01 -07:00
jsclist.h
jscntxt.cpp Bug 568068 - fix jscntxt/jsnativestack build breaks on OS/2 (r=wuno) 2010-06-01 14:48:58 -07:00
jscntxt.h Bug 568070 - jsapi.cpp refactoring. Part Q, CHECK_REQUEST in js_Atomize and js_AtomizeChars, as requested in reviews. 2010-06-02 00:23:43 -07:00
jscntxtinlines.h Don't mark descriptor obj if it is NULL (567387, r=jorendorff). 2010-05-21 10:37:56 -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 Bug 563938 - Refactor units-of-time used in computing DST offsets. r=sayrer 2010-05-26 17:00:28 -07:00
jsdate.h Bug 559250 - encapsulate JSSLOT_{PRIMITIVE,DATE,REGEXP}_* within JSObject (take 2). r=brendan. 2010-04-14 18:57:30 -07:00
jsdbgapi.cpp Bug 559653 - Record assignment before the interpreter goes; avoid record_SetPropHit. r=brendan. 2010-06-01 21:18:49 -07:00
jsdbgapi.h Bug 559653 - Record assignment before the interpreter goes; avoid record_SetPropHit. r=brendan. 2010-06-01 21:18:49 -07:00
jsdhash.cpp
jsdhash.h
jsdtoa.cpp Bug 554195 - jsdtoa.cpp should #define MALLOC and FREE. r=jwalden. 2010-04-01 13:50:38 -05: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 Bug 563870: Fix dtrace linker error. (r=dvander) 2010-05-05 15:32:47 -07:00
jsemit.cpp Avoid resolving while looking up constants during parsing (bug 561923 part 2, r=brendan). 2010-05-23 17:14:59 -07:00
jsemit.h Backed out changeset 0f0f444d57ad 2010-05-23 22:09:41 -07:00
jsexn.cpp Inline the object allocation path (558003, r=sayrer). 2010-04-10 16:16:35 -07:00
jsexn.h Bug 518621 - JS_ReportErrorNumber ignores exception type for user-generated messages. r=mrbkap 2009-12-15 14:20:48 -08:00
jsfun.cpp Call instances uniquely shaped at birth due to lack of runtime-shared empty scope (569391, r=jorendorff). 2010-06-01 15:01:11 -07:00
jsfun.h Can't rely on UINT16_MAX cross-platform (followup for 569391, bustage fix). 2010-06-01 17:21:01 -07:00
jsgc.cpp Backed out changeset 1070cd7a9da0 2010-05-28 14:19:20 +02:00
jsgc.h Backed out changeset 1070cd7a9da0 2010-05-28 14:19:20 +02:00
jsgcchunk.cpp bug 564414 - defining XP_MACOSX on MACOSX. r=ted 2010-05-18 23:48:01 +02: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 Bug 568045 HashTable::Range::front should return a non-const Entry. r=lw 2010-05-25 16:23:54 -07:00
jsify.pl
jsinterp.cpp Merge mozilla-central to tracemonkey. 2010-05-24 09:05:39 -07:00
jsinterp.h Improve error reporting for proxy handlers and __iterator__ (568966, r=brendan). 2010-05-29 19:04:01 -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 Improve error reporting for proxy handlers and __iterator__ (568966, r=brendan). 2010-05-29 19:04:01 -07:00
jsiter.h Implement iterate trap for proxy handlers (568413, r=brendan). 2010-05-27 12:03:25 -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 Fix NativeCompareAndSwap bustage on mingw (bug 568464, r=dvander). 2010-05-29 12:33:19 -07:00
jslock.h bug 563345 - using js::HashMap for JSRuntime::threads. r=lw 2010-05-13 19:50:43 +02: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 Re-seed Math.random() for each window/frame/context (475585, r=waldo,dolske). 2010-03-18 08:27:26 -07:00
jsmath.h Re-seed Math.random() for each window/frame/context (475585, r=waldo,dolske). 2010-03-18 08:27:26 -07:00
jsnativestack.cpp Bug 568068 - fix jscntxt/jsnativestack build breaks on OS/2 (r=wuno) 2010-06-01 14:48:58 -07:00
jsnativestack.h bug 237006 - automatic detection of the native thread stack base. The patch is based on the initial patches for bug 516832 by gal and gregor. r=gregor 2010-05-19 10:29:05 +02:00
jsnum.cpp fast object iteration (558754, r=brendan, CLOSED TREE). 2010-05-07 17:52:52 -07:00
jsnum.h fast object iteration (558754, r=brendan, CLOSED TREE). 2010-05-07 17:52:52 -07:00
jsobj.cpp Bug 559653 - Record assignment before the interpreter goes; avoid record_SetPropHit. r=brendan. 2010-06-01 21:18:49 -07:00
jsobj.h Nit patrol flies at dawn, spots minor spacing infractions. 2010-05-30 11:40:14 -07:00
jsobjinlines.h Call instances uniquely shaped at birth due to lack of runtime-shared empty scope (569391, r=jorendorff). 2010-06-01 15:01:11 -07:00
json.cpp Bug 560167 - encapsulate XML-related JSSLOT_* values within JSObject (attempt 2; attempt 1 was backed out due to conflicts). r=brendan. 2010-05-12 18:57:36 -07:00
json.h Readd jsdbgapi.cpp, json.cpp, jsopcode.cpp, and jstracer.cpp changes from bug 548702. 2010-03-29 19:47:40 -07:00
jsopcode.cpp bug 566695, r=jorendorff: js_DumpPC for easy printing current code context in gdb 2010-05-18 16:34:25 -05:00
jsopcode.h Bug 558437 - rename JSCompiler to js::Parser (r=brendan). 2010-04-10 21:15:35 -07:00
jsopcode.tbl fast object iteration (558754, r=brendan, CLOSED TREE). 2010-05-07 17:52:52 -07:00
jsoplengen.cpp
jsops.cpp Bug 559653 - Record assignment before the interpreter goes; avoid record_SetPropHit. r=brendan. 2010-06-01 21:18:49 -07:00
jsotypes.h
jsparse.cpp Followup for 568148 to cure orange from e4x/decompilation/regress-463360.js. 2010-05-27 14:33:57 -07:00
jsparse.h Bug 564076: Small parser cleanup changes. (r=mrbkap) 2010-05-11 21:33:29 -07:00
jsprf.cpp
jsprf.h
jspropertycache.cpp Bug 547851 - remove JSStackFrame::regs, JSStackFrame::callerFrame.sp (r=dvander) 2010-03-03 18:10:13 -08:00
jspropertycache.h Bug 500431 part 5 - Make js::PropertyCache fields private. r=brendan. 2010-03-26 18:38:33 -05:00
jspropertycacheinlines.h Bug 554996 - Eliminate native-ops check before testing property cache. Part 1: interpreter. r=gal. 2010-03-29 10:35:16 -05:00
jspropertytree.cpp Implement ES Harmony Proxies (bug 546590, r=mrbkap). 2010-05-18 19:21:43 -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
jsproxy.cpp Improve error reporting for proxy handlers and __iterator__ (568966, r=brendan). 2010-05-29 19:04:01 -07:00
jsproxy.h Implement iterate trap for proxy handlers (568413, r=brendan). 2010-05-27 12:03:25 -07:00
jsprvtd.h Implement iterate trap for proxy handlers (568413, r=brendan). 2010-05-27 12:03:25 -07:00
jspubtd.h Backed out changeset 8cb8888c68d3 due to failing mochitests. 2010-05-12 09:34:03 -05:00
jsrecursion.cpp Bug 566759 - Remove LOpcode aliases once they are no longer used (TM-specific part). r=gal via IRC. 2010-05-20 16:04:17 -07:00
jsregexp.cpp Don't use tinyids in jsregexp.cpp (569115, r=jorendorff, brendan). 2010-05-30 18:31:04 -07:00
jsregexp.h Don't use tinyids in jsregexp.cpp (569115, r=jorendorff, brendan). 2010-05-30 18:31:04 -07:00
jsreops.tbl
jsscan.cpp Bug 564369 - streamline TokenStream::getChar(), part 11. r=cdleary. 2010-05-12 21:43:56 -07:00
jsscan.h Bug 564369 - streamline TokenStream::getChar(), part 10. r=cdleary. 2010-05-12 21:43:27 -07:00
jsscope.cpp Bug 559653 - Record assignment before the interpreter goes; avoid record_SetPropHit. r=brendan. 2010-06-01 21:18:49 -07:00
jsscope.h Bug 559653 - Record assignment before the interpreter goes; avoid record_SetPropHit. r=brendan. 2010-06-01 21:18:49 -07:00
jsscopeinlines.h Call instances uniquely shaped at birth due to lack of runtime-shared empty scope (569391, r=jorendorff). 2010-06-01 15:01:11 -07:00
jsscript.cpp Implement ES Harmony Proxies (bug 546590, r=mrbkap). 2010-05-18 19:21:43 -07:00
jsscript.h bug 560471 - remove GC_LAST_DITCH and GC_KEEP_ATOMS. r=jorendorff 2010-04-24 00:15:42 +02: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 Backed out changeset 1070cd7a9da0 2010-05-28 14:19:20 +02:00
jsstr.h bug 563326 - HashMap::relookupOrAdd as a safe alternative to the add method in presence of map mutations. r=lw 2010-05-11 08:27:53 +02:00
jsstrinlines.h Factor jsscopeinlines.h out, clean up #include order (524267, r=gal/jorendorff). 2009-10-26 13:39:39 -07:00
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 Bug 560412 - Publicly expose the values of LazilyConstructed<T> objects. r=lw 2010-04-20 14:05:39 -07:00
jstracer.cpp Merge. 2010-06-01 21:21:36 -07:00
jstracer.h Bug 559653 - Record assignment before the interpreter goes; avoid record_SetPropHit. r=brendan. 2010-06-01 21:18:49 -07:00
jstypedarray.cpp Merge mozilla-central to tracemonkey. 2010-05-24 09:05:39 -07:00
jstypedarray.h Bug 557728 - Split constructors into called-from-script and called-from-api. r=vlad sr=jst 2010-04-08 18:20:06 -07:00
jstypes.h Backed out changeset 1070cd7a9da0 2010-05-28 14:19:20 +02:00
jsutil.cpp Backed out changeset 23efaeb8652b 2010-05-13 02:21:27 -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 Implement ES Harmony Proxies (bug 546590, r=mrbkap). 2010-05-18 19:21:43 -07:00
jsxdrapi.h Reserve standard class properties in global objects (bug 561923 part 1, r=brendan). 2010-05-23 17:12:08 -07:00
jsxml.cpp Nit patrol shot me down. Follow-up nits for bug 569114. 2010-05-30 17:27:56 -07:00
jsxml.h Bug 560167 - encapsulate XML-related JSSLOT_* values within JSObject (attempt 2; attempt 1 was backed out due to conflicts). r=brendan. 2010-05-12 18:57:36 -07:00
lock_sparcv8plus.il Bug 514632 Use Sun Studio inline asm template for NativeCompareAndSwap r=jorendorff 2009-09-25 15:30:35 +08:00
lock_sparcv9.il Bug 514632 Use Sun Studio inline asm template for NativeCompareAndSwap r=jorendorff 2009-09-25 15:30:35 +08:00
Makefile.in Fix bustage, add prmjtime.h to the list of headers... 2010-05-27 13:15:51 -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 Bug 524593 - nanojit-central to tracemonkey import machinery, r=gal. 2009-10-28 11:35:48 -07:00
nanojit-import-rev Update nanojit-import-rev stamp. 2010-05-20 15:58:16 -07:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp Bug 563938 - Refactor units-of-time used in computing DST offsets. r=sayrer 2010-05-26 17:00:28 -07:00
prmjtime.h Bug 563938 - Refactor units-of-time used in computing DST offsets. r=sayrer 2010-05-26 17:00:28 -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>