gecko/js/src
Jason Orendorff 27e58b7442 Bug 889628, part 5 - Enforce ES6 rules about assigning to eval or arguments in destructuring assignment. r=Waldo.
--HG--
extra : rebase_source : 865c3056ded7d74d26bc2e24f3f2e66066a7bd3f
2013-07-15 11:21:17 -05:00
..
assembler Bug 891083 - Make the ImmWord version of x64's movq always use smaller immediate fields when possible; use movWithPatch when a patchable 64-bit immediate field is needed. Also, implement movq_i32r, which is useful for immediates in the range [INT32_MIN, 0). r=sstangl 2013-07-08 19:28:20 -07:00
build Bug 850576 - Statically link stlport on b2g and android, and always use a custom built stlport for that. r=ted 2013-07-15 18:48:39 +09:00
builtin Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till. 2013-07-11 18:31:01 -07:00
config Bug 850576 - Statically link stlport on b2g and android, and always use a custom built stlport for that. r=ted 2013-07-15 18:48:39 +09:00
ctypes Bug 889146 (part 16) - Rename jstypedarray.{h,cpp} as vm/TypedArrayObject.{h,cpp}. r=sfink. 2013-07-02 20:58:39 -07:00
devtools Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
ds Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke. 2013-06-27 17:37:29 -07:00
editline Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
frontend Bug 889628, part 5 - Enforce ES6 rules about assigning to eval or arguments in destructuring assignment. r=Waldo. 2013-07-15 11:21:17 -05:00
gc Bug 892287 - Simplify post barriering of TypedArray's internal pointers; r=sfink 2013-07-11 15:14:20 -07:00
gdb Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
ion Bug 717379, part 2 - Add JIT support for new ES6 Math functions, except Math.hypot(). r=jorendorff. 2013-07-15 10:03:14 -05:00
jit-test Bug 889628, part 5 - Enforce ES6 rules about assigning to eval or arguments in destructuring assignment. r=Waldo. 2013-07-15 11:21:17 -05:00
jsapi-tests Back out 757e87bb1c1e:2c2bb15bf160 (bug 884676) for make check failures 2013-07-13 21:59:07 -07:00
parjs-benchmarks
perf Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till. 2013-07-11 18:31:01 -07:00
shell Back out 757e87bb1c1e:2c2bb15bf160 (bug 884676) for make check failures 2013-07-13 21:59:07 -07:00
tests Bug 717379, part 1 - Implement the new ES6 math functions. r=jorendorff. 2013-07-15 10:03:14 -05:00
v8
vm Bug 892287 - Simplify post barriering of TypedArray's internal pointers; r=sfink 2013-07-11 15:14:20 -07:00
yarr Bug 888673 - Update Yarr yet again. r=sstangl 2013-07-01 23:29:19 +02:00
aclocal.m4 Bug 752034 - Use the Windows SDK when building with Clang on Windows; r=ted 2013-06-13 13:09:22 -04:00
configure.in Bug 717379, part 1 - Implement the new ES6 math functions. r=jorendorff. 2013-07-15 10:03:14 -05:00
dtoa.c Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke. 2013-06-27 17:37:29 -07:00
js-confdefs.h.in
js-config.h.in Bug 890171 - Cleanup old jaegermonkey defines in js/sc/configure. r=luke 2013-07-09 14:30:11 +09:00
js-config.in
js.msg Bug 889628, part 5 - Enforce ES6 rules about assigning to eval or arguments in destructuring assignment. r=Waldo. 2013-07-15 11:21:17 -05:00
js.pc.in
jsalloc.cpp Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsalloc.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsanalyze.cpp Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo 2013-06-28 19:20:12 -07:00
jsanalyze.h Bug 890784 (part 2) - Fix up #includes after the creation of the vm/Runtime module. r=wmccloskey. 2013-07-07 23:23:59 -07:00
jsanalyzeinlines.h Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo 2013-06-28 19:20:12 -07:00
jsapi.cpp Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm. 2013-07-15 08:12:40 -06:00
jsapi.h Back out 757e87bb1c1e:2c2bb15bf160 (bug 884676) for make check failures 2013-07-13 21:59:07 -07:00
jsarray.cpp Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm. 2013-07-15 08:12:40 -06:00
jsarray.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsast.tbl
jsatom.cpp Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm. 2013-07-15 08:12:40 -06:00
jsatom.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsatominlines.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsbool.cpp Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till. 2013-07-11 18:31:01 -07:00
jsbool.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsboolinlines.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsclass.h Bug 886829 - also update comments in jsclass.h DONTBUILD 2013-07-02 12:14:30 +01:00
jsclist.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsclone.cpp Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till. 2013-07-11 18:31:01 -07:00
jsclone.h Bug 885310 - 3 Rename JSHandleFoo in js/src r=evilpie 2013-06-21 14:12:46 +01:00
jscntxt.cpp Back out 757e87bb1c1e:2c2bb15bf160 (bug 884676) for make check failures 2013-07-13 21:59:07 -07:00
jscntxt.h Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm. 2013-07-15 08:12:40 -06:00
jscntxtinlines.h Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm. 2013-07-15 08:12:40 -06:00
jscompartment.cpp Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
jscompartment.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jscompartmentinlines.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jscpucfg.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jscrashformat.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jscrashreport.cpp
jscrashreport.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsdate.cpp Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett. 2013-07-11 15:15:17 -07:00
jsdate.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsdbgapi.cpp Bug 890636 - Remove JSOPTION_PCCOUNT, r=jandem. 2013-07-08 09:17:35 -06:00
jsdbgapi.h Bug 880917 - Remove js_RevertVersion and associated shell functionality. r=luke 2013-06-29 09:11:19 -06:00
jsdtoa.cpp
jsdtoa.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsexn.cpp Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett. 2013-07-11 15:15:17 -07:00
jsexn.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsfriendapi.cpp Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
jsfriendapi.h Implement CPOW support in MessageManager (bug 870180, r=smaug,billm). 2013-07-10 15:05:39 -07:00
jsfun.cpp Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm. 2013-07-15 08:12:40 -06:00
jsfun.h Bug 881988 - Support calling natives in parallel. (r=djvj) 2013-07-10 18:25:33 -07:00
jsfuninlines.h Bug 886205 (part 7) - Break jsfuninlines.h out of the header inclusion cycles. r=terrence. 2013-06-25 21:38:35 -07:00
jsgc.cpp Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm. 2013-07-15 08:12:40 -06:00
jsgc.h Bug 890192 (part 4) - Slim down jsgcinlines.h. r=terrence. 2013-07-04 00:55:46 -07:00
jsgcinlines.h Bug 891946 - Rename ThreadSafeContext variables from tcx -> cx. (r=bhackett) 2013-07-10 18:25:42 -07:00
jsinfer.cpp Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till. 2013-07-11 18:31:01 -07:00
jsinfer.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsinferinlines.h Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsiter.cpp Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsiter.h Bug 891215 (part 1) - Slim down Iterator-inl.h. r=terrence. 2013-07-08 19:42:34 -07:00
jskwgen.cpp Bug 885761 - Remove Token::t_op and KeywordInfo::op. r=till. 2013-07-10 16:37:45 -05:00
jslibmath.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jslock.h Back out 757e87bb1c1e:2c2bb15bf160 (bug 884676) for make check failures 2013-07-13 21:59:07 -07:00
jsmath.cpp Bug 717379, part 1 - Implement the new ES6 math functions. r=jorendorff. 2013-07-15 10:03:14 -05:00
jsmath.h Bug 717379, part 1 - Implement the new ES6 math functions. r=jorendorff. 2013-07-15 10:03:14 -05:00
jsmemorymetrics.cpp Bug 890784 (part 2) - Fix up #includes after the creation of the vm/Runtime module. r=wmccloskey. 2013-07-07 23:23:59 -07:00
jsnativestack.cpp
jsnativestack.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsnum.cpp Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm. 2013-07-15 08:12:40 -06:00
jsnum.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsobj.cpp Fix trailing whitespace in jsobj.cpp, noted by Ms2ger in bug 886087 comment 5. no_r=me. 2013-07-15 10:26:49 -05:00
jsobj.h Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsobjinlines.h Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
json.cpp Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
json.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsonparser.cpp Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsonparser.h Bug 839998 - Replace thisDuringConstruction() with MOZ_THIS_IN_INITIALIZER_LIST(). r=waldo 2013-06-27 00:15:53 +09:00
jsopcode.cpp Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till. 2013-07-11 18:31:01 -07:00
jsopcode.h Bug 890636 - Remove JSOPTION_PCCOUNT, r=jandem. 2013-07-08 09:17:35 -06:00
jsopcode.tbl
jsopcodeinlines.h Bug 890192 (part 1) - Slim down jsopcodeinlines.h. r=terrence. 2013-07-03 19:35:15 -07:00
jsoplengen.cpp
jsprf.cpp
jsprf.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jspropertytree.cpp Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jspropertytree.h Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm. 2013-07-10 09:29:52 -06:00
jsprototypes.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsproxy.cpp Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till. 2013-07-11 18:31:01 -07:00
jsproxy.h Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
jsprvtd.h Bug 881988 - Support calling natives in parallel. (r=djvj) 2013-07-10 18:25:33 -07:00
jspubtd.h Bug 881988 - Support calling natives in parallel. (r=djvj) 2013-07-10 18:25:33 -07:00
jsreflect.cpp Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink. 2013-07-04 00:50:50 -07:00
jsreflect.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsscript.cpp Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm. 2013-07-15 08:12:40 -06:00
jsscript.h Bug 891702 - IonMonkey: Delete dead code. r=djvj 2013-07-10 11:57:15 -07:00
jsscriptinlines.h Bug 890192 (part 2) - Slim down jsscriptinlines.h. r=terrence. 2013-07-03 19:47:14 -07:00
jsshell.msg
jsstr.cpp Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm. 2013-07-15 08:12:40 -06:00
jsstr.h Bug 890968 - Part 2: Add nondestructive getChars to JSString. (r=bhackett) 2013-07-10 18:24:39 -07:00
jsstrinlines.h Bug 890192 (part 3) - Slim down jsstrinlines.h. r=terrence. 2013-07-03 19:53:18 -07:00
jstypes.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsutil.cpp
jsutil.h Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke. 2013-06-27 17:37:29 -07:00
jsversion.h Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo 2013-06-28 19:20:12 -07:00
jswatchpoint.cpp Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett. 2013-07-11 15:15:17 -07:00
jswatchpoint.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsweakcache.h Bug 890784 (part 1) - Create a new vm/Runtime module and put JSRuntime in it. r=wmccloskey. 2013-07-07 23:18:48 -07:00
jsweakmap.cpp Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
jsweakmap.h Bug 890784 (part 1) - Create a new vm/Runtime module and put JSRuntime in it. r=wmccloskey. 2013-07-07 23:18:48 -07:00
jswin.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jsworkers.cpp Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo 2013-06-28 19:20:12 -07:00
jsworkers.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jswrapper.cpp Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till. 2013-07-11 18:31:01 -07:00
jswrapper.h Bug 888106 - Add too-much-recursion detection to isExtensible tests, and make the isExtensible hook capable of failing. r=bholley, r=ejpbruel 2013-06-28 14:01:09 -07:00
Makefile.in Bug 890171 - Cleanup old jaegermonkey defines in js/sc/configure. r=luke 2013-07-09 14:30:11 +09:00
moz.build Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff. 2013-06-20 22:39:22 -07:00
prmjtime.cpp Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke. 2013-06-27 17:37:29 -07:00
prmjtime.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
README.html
symverscript.in
TraceLogging.cpp Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies 2013-06-17 18:31:47 -07:00
TraceLogging.h Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
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>