..
assembler
Back out 78a8aeae5b30 (bug 696291) for Android build bustage
2012-01-18 20:36:59 -08:00
build
Bug 716663: Fix check for PR49911 to use "=" instead of "==" for string-equality-check with 'test'. r=respindola
2012-01-09 14:17:00 -08:00
builtin
Bug 697479 - Implement Map and Set builtins for JS. r=jimb.
2012-01-20 06:11:43 -06:00
config
Bug 603370 part 1 - Add an option to expandlibs-exec to allow to reorder the objects list. r=ted
2012-01-20 09:50:44 +01:00
ctypes
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
ds
Fix a few typos in comments in js/src. No bug, no_r=me.
2012-01-20 06:11:42 -06:00
editline
frontend
Backout 5cdf9574bede for build failures.
2012-01-20 07:33:44 -08:00
gc
Bug 697479 - Implement Map and Set builtins for JS. r=jimb.
2012-01-20 06:11:43 -06:00
gnuplot
jit-test
Backout 5cdf9574bede for build failures.
2012-01-20 07:33:44 -08:00
jsapi-tests
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
methodjit
Backout 5cdf9574bede for build failures.
2012-01-20 07:33:44 -08:00
metrics
perf
Backed out changeset 4282a285d381 (bug 707049 backout).
2011-12-31 07:32:04 -07:00
shell
Define mjitChunkLimit in --disable-methodjit builds to fix test failure, no bug, no r.
2012-01-18 19:56:21 -08:00
tests
Bug 718022 - further nerf f.arguments (r=waldo,sr=dmandelin)
2012-01-17 16:34:24 -08:00
v8
v8-dtoa
vm
Bug 697479 - Implement Map and Set builtins for JS. r=jimb.
2012-01-20 06:11:43 -06:00
vprof
yarr
Bug 712990: add missing big-endian code to Yarr JIT, r=dmandelin
2011-12-22 19:09:53 -08:00
aclocal.m4
Bug 705466 - Use MOZ_CHECK_HEADERS to check for cpuid.h. r=ted.
2011-11-28 15:32:32 -05:00
configure.in
Add MIPS support to JaegerMonkey (bug 678154, r=dvander).
2012-01-12 19:18:05 -08:00
dtoa.c
ETWProvider.man
javascript-trace.d
jitstats.tbl
Add MIPS support to JaegerMonkey (bug 678154, r=dvander).
2012-01-12 19:18:05 -08:00
js-config.h.in
Bug 714312 - Use <machine/endian.h> to get endianess on BSD systems, fixing the BSD build. r=ted
2012-01-09 17:32:00 -06:00
js-config.in
js.msg
Bug 715821 - Make Object.prototype.__defineGetter__ and Object.prototype.__defineSetter__ perform their work by forwarding to Object.defineProperty. This eliminates two calls to CheckRedeclaration, which is impeding property-storage-splitting work. r=bhackett
2012-01-06 00:13:20 -06:00
jsalloc.cpp
jsalloc.h
jsanalyze.cpp
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsanalyze.h
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsapi.cpp
Bug 697479 - Implement Map and Set builtins for JS. r=jimb.
2012-01-20 06:11:43 -06:00
jsapi.h
Bug 697479 - Implement Map and Set builtins for JS. r=jimb.
2012-01-20 06:11:43 -06:00
jsarray.cpp
Fix a few typos in comments in js/src. No bug, no_r=me.
2012-01-20 06:11:42 -06:00
jsarray.h
Backout 5cdf9574bede for build failures.
2012-01-20 07:33:44 -08:00
jsarrayinlines.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsast.tbl
jsatom.cpp
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsatom.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsatominlines.h
Store JSStrings instead of jsids in native key iterators, bug 713754. r=dvander
2012-01-18 16:56:22 -08:00
jsbool.cpp
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsbool.h
jsboolinlines.h
jscell.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsclass.h
Bug 677079 - Part y: Move AutoIdVector to jsapi.h; r=evilpie
2012-01-15 09:13:11 +01:00
jsclist.h
jsclone.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsclone.h
Bug 677079 - Part e: Move js_GetSCOffset to jsfriendapi.h; r=luke
2012-01-15 09:13:08 +01:00
jscntxt.cpp
Support pre-SSE2 CPUs in JaegerMonkey (bug 696291, r=bhackett).
2012-01-13 13:33:56 -08:00
jscntxt.h
Bug 677079 - Part z: Move JS_CHECK_RECURSION to jsfriendapi.h; r=mjrosenb
2012-01-15 09:13:11 +01:00
jscntxtinlines.h
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jscompartment.cpp
Bug 714264 - Part c: Move IterateData / CollectCompartmentStatsForRuntime / GetExplicitNonHeapForRuntime to js/MemoryMetrics.h; r=njn
2012-01-11 09:23:08 +01:00
jscompartment.h
bug 714280 - Make gcMaxBytes a hard limit. r=anygregor
2012-01-05 09:54:37 +01:00
jscompat.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jscpucfg.h
Bug 714312 - Use <machine/endian.h> to get endianess on BSD systems, fixing the BSD build. r=ted
2012-01-09 17:32:00 -06:00
jscrashformat.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jscrashreport.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jscrashreport.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsdate.cpp
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsdate.h
Bug 677079 - Part c: Stop installing jsdate.h; r=Waldo
2012-01-15 09:13:07 +01:00
jsdbgapi.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsdbgapi.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsdhash.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsdhash.h
Bug 707865 - Convert nsTArray::SizeOf() to nsTArray::SizeOfExcludingThis(). r=jlebar.
2011-12-15 14:59:53 -08:00
jsdtoa.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsdtoa.h
jsexn.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsexn.h
jsfriendapi.cpp
Bug 677079 - Part aa: Expose sizeof(JSContext) in jsfriendapi.h; r=njn
2012-01-15 09:13:11 +01:00
jsfriendapi.h
Bug 677079 - Part aa: Expose sizeof(JSContext) in jsfriendapi.h; r=njn
2012-01-15 09:13:11 +01:00
jsfun.cpp
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsfun.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsfuninlines.h
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsgc.cpp
Bug 677079 - Part s: Make JS_TRACER_INIT a function instead of a macro; r=billm
2012-01-15 09:13:10 +01:00
jsgc.h
Bug 717863 default pagesize is 8192 on Solaris/SPARC r=igor
2012-01-16 09:32:58 +08:00
jsgcchunk.cpp
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsgcchunk.h
jsgcinlines.h
Backed out changeset 4282a285d381 (bug 707049 backout).
2011-12-31 07:32:04 -07:00
jsgcmark.cpp
Ensure consistency between an owned base shape and its unowned version, bug 712428. r=luke
2011-12-24 06:32:27 -08:00
jsgcmark.h
Bug 710492 - add special cycle collector shape tracing path. r=bhackett
2011-12-19 10:24:56 -08:00
jsgcstats.cpp
Merge MC -> JM
2011-11-26 15:03:20 -08:00
jsgcstats.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jshash.cpp
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jshash.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsinfer.cpp
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsinfer.h
Bug 719135 - Move some arithmetic operations to jsinterpinlines. r=dvander
2012-01-20 13:01:44 +01:00
jsinferinlines.h
Bug 719135 - Move some arithmetic operations to jsinterpinlines. r=dvander
2012-01-20 13:01:44 +01:00
jsinterp.cpp
Bug 719135 - Move some arithmetic operations to jsinterpinlines. r=dvander
2012-01-20 13:01:44 +01:00
jsinterp.h
Remove tracer bits from InterpMode (no bug, r=dvander)
2012-01-06 09:36:49 -08:00
jsinterpinlines.h
Bug 719135 - Move some arithmetic operations to jsinterpinlines. r=dvander
2012-01-20 13:01:44 +01:00
jsiter.cpp
Store JSStrings instead of jsids in native key iterators, bug 713754. r=dvander
2012-01-18 16:56:22 -08:00
jsiter.h
Store JSStrings instead of jsids in native key iterators, bug 713754. r=dvander
2012-01-18 16:56:22 -08:00
jskeyword.tbl
Bug 701973 - Make js::Parser::variables not depend on the current token, and extract TOK_CONST from TOK_VAR. r=jorendorff
2011-11-11 19:23:25 -08:00
jskwgen.cpp
jslibmath.h
jslock.cpp
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jslock.h
Fix non-threadsafe builds, no bug. r=jorendorff
2012-01-11 07:45:55 -08:00
jslocko.asm
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jslog2.cpp
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsmath.cpp
Bug 622348 - JavaScript Math.round incorrect for (2^53)-1. r=Waldo
2011-12-25 15:16:12 +01:00
jsmath.h
Bug 622348 - JavaScript Math.round incorrect for (2^53)-1. r=Waldo
2011-12-25 15:16:12 +01:00
jsnativestack.cpp
jsnativestack.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsnum.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsnum.h
Add MIPS support to JaegerMonkey (bug 678154, r=dvander).
2012-01-12 19:18:05 -08:00
jsnuminlines.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsobj.cpp
Backout 5cdf9574bede for build failures.
2012-01-20 07:33:44 -08:00
jsobj.h
Pass scope chain explicitly to FindProperty, bug 717494. r=dvander
2012-01-18 17:15:00 -08:00
jsobjinlines.h
Backout 5cdf9574bede for build failures.
2012-01-20 07:33:44 -08:00
json.cpp
Bug 713965 - Replace deleteGeneric (taking a jsid) with deleteByValue (taking a Value), and use the property-type-specific methods exclusively. r=bhackett
2011-12-28 16:33:20 -06:00
json.h
jsonparser.cpp
jsonparser.h
Mark a bunch more copy-construction, assignment, default-construction, etc. operators and methods as deleted in the JS engine. No bug, r=bhackett over IRC
2011-12-28 08:09:07 -06:00
jsopcode.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsopcode.h
Fix opcode metadata counting for property and element ops, bug 717988. r=bhackett
2012-01-13 17:47:59 -08:00
jsopcode.tbl
Bug 716068 - de-OptimizeSpanDeps (r=waldo)
2012-01-09 11:05:06 -08:00
jsopcodeinlines.h
Fix AssertValidPropertyCacheHit when called from JIT stubs, bug 717251. r=dvander
2012-01-12 08:41:09 -08:00
jsoplengen.cpp
jsprf.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsprf.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsprobes.cpp
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsprobes.h
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jspropertycache.cpp
Fix AssertValidPropertyCacheHit when called from JIT stubs, bug 717251. r=dvander
2012-01-12 08:41:09 -08:00
jspropertycache.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jspropertycacheinlines.h
Bug 713944 -Convert PropertyCacheEntry::vindex into two separate, private fields, and add some accessors for them. r=jorendorff
2011-12-29 05:43:57 -06:00
jspropertytree.cpp
Backed out changeset 4282a285d381 (bug 707049 backout).
2011-12-31 07:32:04 -07:00
jspropertytree.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsproto.tbl
Bug 697479 - Implement Map and Set builtins for JS. r=jimb.
2012-01-20 06:11:43 -06:00
jsproxy.cpp
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsproxy.h
Bug 713645 - Remove superfluous inclusions of jscntxt.h; r=luke
2012-01-02 19:05:19 +01:00
jsprvtd.h
Backout 54cd89b0f1fa (bug 712714 backout). Talos will probably report fake regressions for this patch, do not back out for this reason.
2012-01-09 06:29:50 -08:00
jspubtd.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jsreflect.cpp
Backed out changeset 4282a285d381 (bug 707049 backout).
2011-12-31 07:32:04 -07:00
jsreflect.h
jsreops.tbl
jsscope.cpp
Bug 714264 - Part c: Move IterateData / CollectCompartmentStatsForRuntime / GetExplicitNonHeapForRuntime to js/MemoryMetrics.h; r=njn
2012-01-11 09:23:08 +01:00
jsscope.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsscopeinlines.h
Bug 714728 - Remove jsword/jsuword in favour of intptr_t/uintptr_t; r=Waldo
2012-01-11 09:23:05 +01:00
jsscript.cpp
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsscript.h
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsscriptinlines.h
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsshell.msg
jsstdint.h
Bug 704313 - Implement mozilla/StdInt.h. r=cjones
2011-11-22 17:42:57 -08:00
jsstr.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsstr.h
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsstrinlines.h
Mark a bunch more copy-construction, assignment, default-construction, etc. operators and methods as deleted in the JS engine. No bug, r=bhackett over IRC
2011-12-28 08:09:07 -06:00
jstypedarray.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jstypedarray.h
Bug 707096 - Add a public API for TypedArray / ArrayBuffer. r=dmandelin
2012-01-10 08:56:47 +01:00
jstypedarrayinlines.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jstypes.h
Bug 712034 - Clean up jstypes.h a bit; r=njn
2012-01-15 09:13:12 +01:00
jsutil.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsutil.h
Fix a few typos in comments in js/src. No bug, no_r=me.
2012-01-20 06:11:42 -06:00
jsval.h
Compile large scripts in chunks, bug 706914. r=dvander
2012-01-18 16:40:18 -08:00
jsversion.h
jswatchpoint.cpp
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
jswatchpoint.h
jsweakmap.cpp
Bug 707313 - use special non-NULL next for weak maps not in the list. r=jimb
2012-01-06 11:30:09 -08:00
jsweakmap.h
Bug 707313 - use special non-NULL next for weak maps not in the list. r=jimb
2012-01-06 11:30:09 -08:00
jswin64.asm
jswin.h
jswrapper.cpp
Store JSStrings instead of jsids in native key iterators, bug 713754. r=dvander
2012-01-18 16:56:22 -08:00
jswrapper.h
Bug 713645 - Remove superfluous inclusions of jscntxt.h; r=luke
2012-01-02 19:05:19 +01:00
jsxdrapi.cpp
Back out b36175bbda47.
2012-01-13 17:35:10 -08:00
jsxdrapi.h
Bug 715561 - Don't forget to bump JSXDR_BYTECODE_VERSION! (r=jorendorff)
2012-01-12 13:41:49 -08:00
jsxml.cpp
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
2012-01-02 15:02:05 -08:00
jsxml.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in
Bug 697479 - Implement Map and Set builtins for JS. r=jimb.
2012-01-20 06:11:43 -06:00
MemoryMetrics.cpp
Fix non-threadsafe builds, no bug. r=jorendorff
2012-01-11 07:45:55 -08:00
prmjtime.cpp
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
prmjtime.h
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
2011-12-08 22:54:10 -05:00
README.html
sharkctl.cpp
sharkctl.h
Y.js