gecko-dev/js/src
Jason Orendorff 9ce1b63b98 Bug 1054759 - Part 2: ES6 Symbol.unscopables. r=shu.
--HG--
extra : commitid : Jo4Umn8SDxR
extra : rebase_source : 61729004d0f31b2882106204addc5901c398bc11
2015-12-09 10:42:40 -05:00
..
asmjs Bug 1253344: Defer br/br_if/br_table then-block definition to avoid indirections; r=sunfish 2016-03-23 19:57:58 +01:00
builtin Bug 1256342. Fix typed array iteration to work correctly over Xrays. r=till 2016-03-22 13:49:36 -04:00
ctypes Bug 552533 - Support thiscall Win32 ABI for js-ctypes. Original patch is dwitte. r=jorendorff 2016-03-17 12:00:35 +09:00
devtools Bug 1250709 - Clobber builds, r=terrence 2016-02-24 15:14:17 -08:00
doc Bug 911216 - Part 11: Implement all Promise inspection functionality as Debugger getters. r=shu,fitzgen 2016-02-10 23:10:08 +01:00
ds Bug 1248289 - Part 1: Inline _GetNextMapEntryForIterator intrinsic. r=jandem 2016-03-19 02:42:08 +09:00
editline
frontend Bug 1219757 - Part 4: Remove RegExpStatics* parameter from RegExpObject::create. r=till 2015-11-25 22:38:04 +09:00
gc Bug 1258453 - Compact arenas containing strings r=terrence 2016-03-23 13:27:25 +00:00
gdb Bug 1124033 - Disable C4311 and C4312 in directories exhibiting warnings; r=ehsan 2016-03-23 17:19:20 -07:00
irregexp Bug 1253094, part 4 - Stop using DebugOnly for class/struct members in js/. r=billm 2016-02-26 15:52:07 +00:00
jit Bug 1258349 - Remove a bogus assert. r=efaust 2016-03-24 15:25:41 +01:00
jit-test Bug 1054759 - Part 2: ES6 Symbol.unscopables. r=shu. 2015-12-09 10:42:40 -05:00
jsapi-tests Bug 1124033 - Disable C4311 and C4312 in directories exhibiting warnings; r=ehsan 2016-03-23 17:19:20 -07:00
octane
perf
proxy Bug 1257779 - Don't make scripted proxies' [[OwnPropertyKeys]] have non-linear behavior in certain cases. r=jonco, r=evilpie 2016-03-18 16:45:07 -07:00
shell Bug 1124033 - Disable C4311 and C4312 in directories exhibiting warnings; r=ehsan 2016-03-23 17:19:20 -07:00
tests Bug 1054759 - Part 2: ES6 Symbol.unscopables. r=shu. 2015-12-09 10:42:40 -05:00
threading Bug 1258847 - Set PTHREAD_MUTEX_ERRORCHECK for js::Mutex in debug builds. r=sfink 2016-03-22 15:51:00 -04:00
vm Bug 1054759 - Part 2: ES6 Symbol.unscopables. r=shu. 2015-12-09 10:42:40 -05:00
vtune
aclocal.m4 Bug 1253502 - Move python virtualenv initialization to moz.configure. r=gps 2016-03-08 15:41:32 +09:00
configure.in Bug 1254410 - Include app-specific configure files according to --enable-application/--enable-project. r=chmanchester 2016-03-09 09:23:27 +09:00
dtoa.c Bug 1245737 (part 0) - Fix a leak in DtoaState. r=sfink. 2016-02-10 17:17:56 +11:00
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg Bug 1219757 - Part 0: Remove RegExp.multiline warning. r=till 2016-02-21 20:40:37 +09:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp Bug 1219757 - Part 12: Remove JS_NewRegExpObjectNoStatics and JS_NewUCRegExpObjectNoStatics. r=till 2015-11-25 22:38:05 +09:00
jsapi.h Bug 1054759 - Part 2: ES6 Symbol.unscopables. r=shu. 2015-12-09 10:42:40 -05:00
jsarray.cpp Bug 1257077 - Implement js::Fixed{Invoke,Construct}Args for args of statically-known count, avoiding js::{Invoke,Construct}Args's fallibility. Also implement js::Any{Invoke,Construct}Args as base classes for args, whether or not their count is statically known. r=efaust 2016-03-18 16:44:23 -07:00
jsarray.h Bug 1232639 - Implement Object.{values,entries} in C++ to avoid native call overhead in tight loop. r=jorendorff 2016-03-06 21:12:39 +01:00
jsast.tbl
jsatom.cpp Bug 1255795 - use UniqueTwoByteChars in AtomizeUTF8Chars (r=jandem) 2016-03-11 08:57:51 -06:00
jsatom.h Bug 1257979 - Use a GCHashSet for a hash in the JSON stringifying algorithm. r=sfink 2016-03-18 16:43:53 -07:00
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1212328 - Clean up some JSErrorReport-related code. r=Waldo,bz 2016-03-11 15:19:06 +01:00
jscntxt.h Bug 1246061. r=jandem, r=bz, r=luke, r=froydnj 2016-03-09 00:37:20 -08:00
jscntxtinlines.h Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor in js. r=sstangl 2016-01-28 11:28:04 +01:00
jscompartment.cpp Bug 1219757 - Part 0: Remove RegExp.multiline warning. r=till 2016-02-21 20:40:37 +09:00
jscompartment.h Bug 1219757 - Part 0: Remove RegExp.multiline warning. r=till 2016-02-21 20:40:37 +09:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Bug 1205298 - Date.parse() should accept a wider range of potential formats; r=jandem 2016-02-08 14:15:28 -06:00
jsdate.h
jsdtoa.cpp Bug 1248101 - Make dtoa_malloc infallible. r=sfink. 2016-02-16 15:04:45 +11:00
jsdtoa.h
jsexn.cpp Bug 1212328 - Clean up some JSErrorReport-related code. r=Waldo,bz 2016-03-11 15:19:06 +01:00
jsexn.h Bug 1255352 - Use initial CacheIR infrastructure and use it for some simple Baseline stubs. r=efaust 2016-03-17 10:28:00 +01:00
jsfriendapi.cpp Bug 911216 - Part 7: Implement ES6 Promises in the JavaScript engine. r=efaust 2015-11-10 12:34:00 +01:00
jsfriendapi.h Bug 1258453 - Compact arenas containing strings r=terrence 2016-03-23 13:27:25 +00:00
jsfun.cpp Bug 1258314 - Use TraceNullableEdge where appropriate throughout the engine r=terrence 2016-03-23 09:41:17 +00:00
jsfun.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsfuninlines.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsgc.cpp Bug 1258453 - Compact arenas containing strings r=terrence 2016-03-23 13:27:25 +00:00
jsgc.h Bug 1258453 - Compact arenas containing strings r=terrence 2016-03-23 13:27:25 +00:00
jsgcinlines.h Bug 1244412 - Remove ZoneCellIterUnderGC now it's no longer needed and refactor r=terrence 2016-03-17 10:05:55 +00:00
jshashutil.h
jsiter.cpp Bug 1258453 - Compact arenas containing strings r=terrence 2016-03-23 13:27:25 +00:00
jsiter.h Bug 1258453 - Compact arenas containing strings r=terrence 2016-03-23 13:27:25 +00:00
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp Backed out changeset f3b11c2b7dbf (bug 933257) 2016-03-15 08:15:09 +09:00
jsmath.h
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
jsnum.h
jsobj.cpp Bug 1254622 - Relookup group->newScript in CreateThisForFunctionWithGroup. r=bhackett 2016-03-24 15:09:41 +01:00
jsobj.h Bug 1254185 - Deal with missing arguments assigned to block bindings. (r=jimb) 2016-03-18 15:07:26 -07:00
jsobjinlines.h Bug 1221378: Properly root object passed to the allocation metadata callback. r=fitzgen 2016-02-22 14:02:38 -08:00
json.cpp Bug 1257979 - Use a GCHashSet for a hash in the JSON stringifying algorithm. r=sfink 2016-03-18 16:43:53 -07:00
json.h Bug 1241349 part 1. Introduce a JS::ToJSONMaybeSafely API that's kind of like JS_Stringify but will give you a chance of not having side-effects as long as the input is nice enough. r=waldo 2016-02-10 23:31:33 -05:00
jsopcode.cpp Bug 1249896 - Part 4: Avoid declaring variable between cases in switch. r=luke 2016-02-23 23:45:48 +09:00
jsopcode.h
jsopcodeinlines.h
jsprf.cpp Backed out changeset 94593f55cd01 (bug 1251303) for ASAN failures 2016-02-26 14:23:55 +00:00
jsprf.h
jspropertytree.cpp Bug 1257903 - Compact arenas containing shapes r=terrence 2016-03-22 13:23:49 +00:00
jspropertytree.h
jsprototypes.h Bug 911216 - Part 7: Implement ES6 Promises in the JavaScript engine. r=efaust 2015-11-10 12:34:00 +01:00
jspubtd.h Bug 1246697 - Use simpler semantics for PersistentRooted<Traceable>; r=sfink 2016-02-10 09:48:28 -08:00
jsscript.cpp Bug 1258314 - Use TraceNullableEdge where appropriate throughout the engine r=terrence 2016-03-23 09:41:17 +00:00
jsscript.h Bug 1254164 - Make aliasedBodyLevelLexicalBegin a uint32. (r=Waldo) 2016-03-18 15:07:27 -07:00
jsscriptinlines.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsshell.msg
jsstr.cpp Bug 1253099. r=arai, r=efaust 2016-03-05 04:28:53 -08:00
jsstr.h
jstypes.h bug 1244128 - stop exporting js friend api symbols from libxul r=glandium 2016-02-01 21:40:18 -05:00
jsutil.cpp Backed out changeset 5e4e30fff99b (bug 1235677) for landing with wrong bugnumber 2016-03-16 10:59:41 +01:00
jsutil.h Bug 1234985 - BaldrMonkey: testing-only (not content visible) wasm hello world (r=bbouvier) 2016-01-25 13:24:41 -06:00
jsversion.h
jswatchpoint.cpp Bug 1246061. r=jandem, r=bz, r=luke, r=froydnj 2016-03-09 00:37:20 -08:00
jswatchpoint.h
jsweakmap.cpp Bug 1258314 - Use TraceNullableEdge where appropriate throughout the engine r=terrence 2016-03-23 09:41:17 +00:00
jsweakmap.h
jswin.h
jswrapper.h Bug 1188364 - Supress GC while transplanting to prevent compacting GC observing intermediate state r=terrence 2016-02-15 10:37:31 +00:00
make-source-package.sh
Makefile.in Bug 1253431 part 6 - Remove SDK_BINARY from js/src; r=gps 2016-03-03 13:46:20 -05:00
moz.build Bug 1124033 - Disable C4311 and C4312 in directories exhibiting warnings; r=ehsan 2016-03-23 17:19:20 -07:00
NamespaceImports.h Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor in js. r=sstangl 2016-01-28 11:28:04 +01:00
old-configure.in Bug 1124033 - Replace blanket disabling of VS2015 warnings with C5026 and C5027; r=ehsan 2016-03-23 17:12:56 -07:00
README.html
symverscript.in
Y.js

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