gecko-dev/js/src
Ehsan Akhgari 37ea61cf99 Bustage fix for bug 1060976, irc-r=efaust, landed on a CLOSED TREE 2014-09-05 15:47:00 -04:00
..
asmjs Bug 1002473 - Make IsConstructing fast for JIT frames. r=nbp 2014-09-03 18:12:16 +02:00
builtin Bug 1063247: Let embeddings tell Debugger how to find the size of a malloc'd block of memory. r=terrence 2014-09-05 10:43:36 -07:00
ctypes Bug 1054334 - SpiderMonkey: Delete unneeded semicolons r=nbp 2014-08-18 12:20:39 -07:00
devtools Bug 1052422 - Remove trivial shim functions that call into the GC r=sfink 2014-08-14 10:32:06 +01:00
doc Bug 1060069: Minor grammar fixes to Debugger tutorial. DONTBUILD r=jorendorff 2014-08-28 16:49:38 -07:00
ds Bug 1059555 - Fix js/src/SplayTree forEach to not inadvertantly copy the callback functor. r=bhackett 2014-08-28 12:18:44 -04:00
editline Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
frontend Bug 1040593 (attempt 2) - Partly allocate elements for |new Array(N)| when N > 2048. r=jandem,bhackett. 2014-08-27 23:35:57 -07:00
gc Backed out changeset cf159b0581df (Bug 1019611) for B2G bustage on a CLOSED TREE. 2014-09-03 10:22:24 -07:00
gdb Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps 2014-09-03 14:10:54 +09:00
irregexp Bug 1060283 part 1 - Rename IonSpew to JitSpew. r=h4writer 2014-09-02 21:24:26 +02:00
jit Bug 1060976 - Fix more bad implicit constructors in the JS engine; r=jorendorff 2014-09-05 15:11:39 -04:00
jit-test Bug 1061318 - Improve type information for RegExp.exec result objects, r=h4writer. 2014-09-05 09:27:21 -06:00
jsapi-tests Bug 1062089: Rename js/public/DebugAPI.h to js/public/Debug.h. It's a public header file; *obviously* it's an API. r=jorendorff 2014-09-05 10:32:29 -07:00
octane Bug 1024944 - Replace v8 benchmarks with octane r=terrence 2014-06-16 10:40:43 +01:00
parjs-benchmarks Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
perf
shell Bug 1063247: Let embeddings tell Debugger how to find the size of a malloc'd block of memory. r=terrence 2014-09-05 10:43:36 -07:00
tests Bug 1061853 - Make duplicate __proto__ in an object literal a syntax error. Also add a test for __proto__ in object literals in various forms (normal, shorthand, computed, method, generator versions of all of these, getter, setter), exhaustively combined in literals with one to three elements. r=shu 2014-09-02 11:14:31 -07:00
vm Bustage fix for bug 1060976, irc-r=efaust, landed on a CLOSED TREE 2014-09-05 15:47:00 -04:00
vtune
Makefile.in Bug 792439 - Implement ES6 WeakSet. r=till 2014-08-19 12:42:13 +02:00
NamespaceImports.h Bug 645416, part 3 - Symbol layout and GC support for allocating them. r=terrence. 2014-06-23 10:55:51 -05:00
README.html
Y.js
aclocal.m4 Bug 1062219 - Don't build build/clang-plugin as an external directory. r=jcranmer 2014-09-04 17:44:01 +09:00
configure.in Bug 1063247: Stop checking for malloc_size; we need to get the header file righ. CLOSED TREE r=bustage 2014-09-05 11:11:35 -07:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg Backed out 3 changesets (bug 992267) for OS X non-unified bustage 2014-08-29 21:07:37 -07:00
js.pc.in
jsalloc.cpp
jsalloc.h Bug 1033442 - Remove non-pod malloc from MallocProvider and AllocPolicy; r=jonco 2014-08-08 13:22:39 -07:00
jsapi.cpp Bug 1040593 (attempt 2) - Partly allocate elements for |new Array(N)| when N > 2048. r=jandem,bhackett. 2014-08-27 23:35:57 -07:00
jsapi.h Backed out changeset cf159b0581df (Bug 1019611) for B2G bustage on a CLOSED TREE. 2014-09-03 10:22:24 -07:00
jsarray.cpp Bug 1040593 (attempt 2) - Partly allocate elements for |new Array(N)| when N > 2048. r=jandem,bhackett. 2014-08-27 23:35:57 -07:00
jsarray.h Bug 1040593 (attempt 2) - Partly allocate elements for |new Array(N)| when N > 2048. r=jandem,bhackett. 2014-08-27 23:35:57 -07:00
jsast.tbl Bug 1061853 - Reintroduce PNK_MUTATEPROTO to distinguish ({ __proto__: v }) as mutating the [[Prototype]] from ({ __proto__() {} }) as not doing so. r=shu 2014-08-30 14:27:19 -07:00
jsatom.cpp Bug 1037718 - Remove JS_GetTypeName. r=jwalden. 2014-08-06 07:17:04 -05:00
jsatom.h Bug 1037718 - Remove JS_GetTypeName. r=jwalden. 2014-08-06 07:17:04 -05:00
jsatominlines.h Bug 645416, part 23 - Implement ValueToId for symbols. This makes symbols work as property keys. r=efaust. 2014-06-23 10:57:02 -05:00
jsbool.cpp Bug 645416, part 4 - Rename DefinePropertiesAndBrand -> DefinePropertiesAndFunctions. r=bhackett. 2014-06-23 10:55:52 -05:00
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1056140 - Inline JSContext::runningWithTrustedPrincipals(). r=luke 2014-08-21 09:48:39 +02:00
jscntxt.h Bug 1061646 - Inline CheckForInterrupt on windows, just like we do on linux, r=jorendorff 2014-09-05 18:28:15 +02:00
jscntxtinlines.h Bug 1056140 - Inline JSContext::runningWithTrustedPrincipals(). r=luke 2014-08-21 09:48:39 +02:00
jscompartment.cpp Bug 650161 - Fix test failures with compacting GC enabled r=terrence 2014-08-14 11:52:33 +01:00
jscompartment.h Bug 1055219 r=terrence 2014-08-19 17:23:21 +01:00
jscompartmentinlines.h Bug 1024250; r=billm 2014-07-28 10:16:56 -07:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
jsdate.cpp Bug 1050340 - Handle dates generically. r=luke 2014-08-18 14:18:38 -07:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 1037613 - rm js_GetLocalizedErrorMessage, localeGetErrorMessage callback. r=jorendorff 2014-07-15 15:14:38 +02:00
jsexn.h Bug 1037613 - rm js_GetLocalizedErrorMessage, localeGetErrorMessage callback. r=jorendorff 2014-07-15 15:14:38 +02:00
jsfriendapi.cpp Backed out changeset cf159b0581df (Bug 1019611) for B2G bustage on a CLOSED TREE. 2014-09-03 10:22:24 -07:00
jsfriendapi.h Bug 650161 - Add a class hook that's called when an object is moved r=terrence 2014-09-02 11:07:22 +02:00
jsfun.cpp Bug 1061961: Fully initialize ScriptSourceObjects built by XDR and for Function.prototype. r=shu 2014-09-04 15:40:10 -07:00
jsfun.h Bug 1053544 - OdinMonkey: issue link-time validation error when given value with under-defined coercion (r=Waldo) 2014-08-14 10:00:37 -05:00
jsfuninlines.h
jsgc.cpp Bug 650161 - Add a class hook that's called when an object is moved r=terrence 2014-09-02 11:07:22 +02:00
jsgc.h Bug 1036781 - Part 12: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit. r=jandem 2014-08-21 21:48:01 -07:00
jsgcinlines.h Bug 1033442 - Remove non-pod malloc from MallocProvider and AllocPolicy; r=jonco 2014-08-08 13:22:39 -07:00
jshashutil.h Bug 650161 - Fix test failures with compacting GC enabled r=terrence 2014-08-14 11:52:33 +01:00
jsinfer.cpp Bug 1063233: Move JS::ubi::Node support for js::types::TypeObject next to where it is declared/defined. r=terrence 2014-09-05 10:37:19 -07:00
jsinfer.h Bug 1063233: Move JS::ubi::Node support for js::types::TypeObject next to where it is declared/defined. r=terrence 2014-09-05 10:37:19 -07:00
jsinferinlines.h Bug 894596 - Bake the values of constant global variables into Ion code, r=jandem. 2014-09-03 09:54:41 -06:00
jsiter.cpp Bug 1033442 - Add allocation functions to Cell to make it more obvious which allocator to use; r=jonco 2014-08-08 17:00:46 -07:00
jsiter.h Bug 1033442 - Add allocation functions to Cell to make it more obvious which allocator to use; r=jonco 2014-08-08 17:00:46 -07:00
jskwgen.cpp
jslibmath.h
jslock.h Bug 1031529 part 2 - Remove JS_THREADSAFE #ifdefs everywhere. r=bhackett 2014-07-24 11:56:43 +02:00
jsmath.cpp Bug 1000606: Enforce precision of Math.round in the interpreter and in the JIT; r=mjrosenb,waldo 2014-09-03 15:39:27 +02:00
jsmath.h Bug 1000606: Enforce precision of Math.round in the interpreter and in the JIT; r=mjrosenb,waldo 2014-09-03 15:39:27 +02:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 1021963 - Self host isNaN and isFinite. r=jwalden 2014-08-23 20:42:05 +05:30
jsnum.h Bug 1023778 part 4 - Add JSONParser<Latin1Char>. r=Waldo 2014-06-13 20:51:07 +02:00
jsobj.cpp Bug 1040593 (attempt 2) - Partly allocate elements for |new Array(N)| when N > 2048. r=jandem,bhackett. 2014-08-27 23:35:57 -07:00
jsobj.h Bug 1041688 - Add acquired properties analysis, r=jandem. 2014-09-02 13:47:34 -06:00
jsobjinlines.h Bug 1041688 - Add acquired properties analysis, r=jandem. 2014-09-02 13:47:34 -06:00
json.cpp Bug 1054322 - sort more messages in js.msg. r=till 2014-08-18 20:45:43 +02:00
json.h Bug 1027528 part 4 - Make JSON Quote function handle Latin1 strings. r=Waldo 2014-06-20 12:39:46 +02:00
jsonparser.cpp Bug 1036782 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src. r=jorendorff 2014-07-14 19:14:54 -07:00
jsonparser.h Bug 1023778 part 8 - Address review comments. r=Waldo 2014-06-13 20:51:16 +02:00
jsopcode.cpp Bug 1041688 - Improve IonScriptCounts -D output, r=jandem. 2014-08-22 11:13:01 -07:00
jsopcode.h Bug 1042833 - Remove JS_ION #ifdef, r=jandem. 2014-07-29 12:51:40 -08:00
jsopcodeinlines.h Bug 1036782 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src. r=jorendorff 2014-07-14 19:14:54 -07:00
jsprf.cpp
jsprf.h
jspropertytree.cpp Bug 650161 - Fix some jit-test failures when compacting GC enabled r=terrence 2014-09-02 11:07:21 +02:00
jspropertytree.h Backed out changeset 3adf62f886d9 (bug 650161) 2014-08-14 12:52:41 +01:00
jsprototypes.h Bug 1041631, part 2 - Make ES6 Symbols Nightly-only for now. r=Waldo. 2014-08-21 16:34:00 -05:00
jsproxy.cpp Bug 650161 - Add a class hook that's called when an object is moved r=terrence 2014-09-02 11:07:22 +02:00
jsproxy.h Bug 650161 - Add a class hook that's called when an object is moved r=terrence 2014-09-02 11:07:22 +02:00
jspubtd.h Bug 1055758 - rm Ion CompilerRoot infrastructure. r=bhackett 2014-08-20 12:18:49 +02:00
jsreflect.cpp Bug 1040593 (attempt 2) - Partly allocate elements for |new Array(N)| when N > 2048. r=jandem,bhackett. 2014-08-27 23:35:57 -07:00
jsreflect.h Bug 1061853 - Reintroduce PNK_MUTATEPROTO to distinguish ({ __proto__: v }) as mutating the [[Prototype]] from ({ __proto__() {} }) as not doing so. r=shu 2014-08-30 14:27:19 -07:00
jsscript.cpp Bug 1063233: Move JS::ubi::Node support for js::LazyScript to sit next to the rest of LazyScript's implementation. r=terrence 2014-09-05 10:34:03 -07:00
jsscript.h Bug 1063233: Move JS::ubi::Node support for js::LazyScript to sit next to the rest of LazyScript's implementation. r=terrence 2014-09-05 10:34:03 -07:00
jsscriptinlines.h Bug 1036969 - mv js/src/jit/AsmJS* js/src/asmjs (r=jorendorff) 2014-08-01 09:28:17 -05:00
jsshell.msg Bug 1051611 - Remove error numbers from js.msg. r=jorendorff 2014-08-15 15:28:10 +02:00
jsstr.cpp Bug 1062484 - Change value of String.fromCodePoint.length to 1. r=till 2014-09-04 22:38:48 +08:00
jsstr.h Bug 1028866 part 6 - Move NewString* functions from jsstr.{h,cpp} to vm/String.{h,cpp}. rs=luke 2014-07-21 12:45:48 +02:00
jstypes.h
jsutil.cpp
jsutil.h Bug 1031068 - Add environment variable to disable jsgc poisoning, r=terrence 2014-06-30 22:56:12 +02:00
jsversion.h Bug 1041631, part 2 - Make ES6 Symbols Nightly-only for now. r=Waldo. 2014-08-21 16:34:00 -05:00
jswatchpoint.cpp Bug 1046945 - Move ExposeGCThingToActiveJS to js::gc:: and use the typed wrappers instead; r=jonco 2014-07-31 12:14:17 -07:00
jswatchpoint.h Bug 1031878 - Remove JS_SetWatchPoint and friends. r=jimb 2014-07-25 14:26:40 +02:00
jsweakcache.h
jsweakmap.cpp Bug 1054334 - SpiderMonkey: Use static and internal name linkage for more symbols r=nbp 2014-08-18 12:20:41 -07:00
jsweakmap.h Bug 650161 - Fix test failures with compacting GC enabled r=terrence 2014-08-14 11:52:33 +01:00
jswin.h
jswrapper.cpp Bug 1027425 - Make all Proxy handler constructors use MOZ_CONSTEXPR. (r=bz, r=froydnj) 2014-08-28 13:47:16 -07:00
jswrapper.h Bug 1027425 - Make all Proxy handler constructors use MOZ_CONSTEXPR. (r=bz, r=froydnj) 2014-08-28 13:47:16 -07:00
make-source-package.sh Bug 1039197 - Always build js engine with zlib. r=luke 2014-07-17 08:42:17 +09:00
moz.build Bug 1062089: Rename js/public/DebugAPI.h to js/public/Debug.h. It's a public header file; *obviously* it's an API. r=jorendorff 2014-09-05 10:32:29 -07:00
prmjtime.cpp Bug 1031529 part 2 - Remove JS_THREADSAFE #ifdefs everywhere. r=bhackett 2014-07-24 11:56:43 +02:00
prmjtime.h Bug 1031529 part 2 - Remove JS_THREADSAFE #ifdefs everywhere. r=bhackett 2014-07-24 11:56:43 +02:00
symverscript.in

README.html

<!-- 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>