gecko-dev/js/src/vm
Jan de Mooij 9b47c5d062 Bug 956300 - Remove Class argument from functions that also take a TypeObject. r=bhackett 2014-01-03 22:02:57 +01:00
..
ArgumentsObject-inl.h
ArgumentsObject.cpp Bug 949747 - Use accessor methods for JSFunction fields, r=jandem. 2013-12-14 16:38:07 -08:00
ArgumentsObject.h
ArrayObject-inl.h Bug 935324 - Clean up adding of type properties to objects, r=jandem. 2013-11-07 11:12:15 -08:00
ArrayObject.h
BooleanObject-inl.h
BooleanObject.h
CallNonGenericMethod.cpp
CharacterEncoding.cpp
CommonPropertyNames.h Bug 943839 - Simplify Anchor and get rid of JS_AnchorPtr. r=terrence 2013-12-02 15:43:30 -08:00
DateObject.h
DateTime.cpp
DateTime.h
Debugger-inl.h
Debugger.cpp Bug 948162 - Update DependentAddPtr's ptr on GC r=terrence 2013-12-18 15:25:31 +00:00
Debugger.h Bug 930427 - Add a compartment option specifically for mergable compartments r=billm 2014-01-03 10:30:51 +00:00
ErrorObject.cpp Bug 724768 - Set every blank class prototype as a delegate immediately after birth, so that we can properly and correctly cache the shape for new instances of that class that use that prototype. r=bhackett 2013-12-05 01:56:40 -08:00
ErrorObject.h Bug 948647, part 1 - Make sure exn_finalize is safe when the object's reserved slot was never initialized (due to OOM right after it was allocated). r=Waldo. 2013-12-16 06:03:15 -06:00
ForkJoin.cpp Bug 951666 - Rename IonCode to JitCode. r=njn 2013-12-18 23:01:51 +01:00
ForkJoin.h Bug 935800 - Assert that we do not GC in the lifetime of a ForkJoinSlice; r=shu 2013-11-06 15:43:19 -08:00
GeneratorObject.h
GlobalObject.cpp Bug 938124 - Add thread safety class instances to get IonBuilder passing the thread safety dynamic analysis, r=jandem. 2013-12-19 10:01:25 -08:00
GlobalObject.h Bug 946042 - Add all SIMD functions to the interpreter. r=till 2013-12-18 16:28:32 -05:00
Id.cpp Backed out changeset ef0eeaec74a8 (bug 949183) on the theory that it somehow broke every single b2g test on a CLOSED TREE 2013-12-16 18:27:43 -08:00
Interpreter-inl.h Bug 950923 - Fix an exact rooting hazard in GlobalObject::getIntrinsicValue; r=sfink 2013-12-16 14:28:35 -08:00
Interpreter.cpp Bug 956293 - Don't pass RegExp proto to CloneRegExpObject. r=h4writer 2014-01-03 18:58:56 +01:00
Interpreter.h Bug 927782 - Part 10: Iterate block chain from compile-time block scope maps, not runtime blockChain. r=luke 2013-12-06 18:42:08 +01:00
Keywords.h Bug 930411 - Implement export declarations; r=bholley 2013-11-11 20:05:40 +01:00
MatchPairs.h
MemoryMetrics.cpp Bug 951666 - Rename IonCode to JitCode. r=njn 2013-12-18 23:01:51 +01:00
Monitor.cpp
Monitor.h
NumberObject-inl.h
NumberObject.h
NumericConversions.h
ObjectImpl-inl.h
ObjectImpl.cpp Bug 785905 - Build Ion MIR graph off thread, r=jandem. 2013-12-16 10:53:02 -08:00
ObjectImpl.h Bug 938124 - Add thread safety class instances to get IonBuilder passing the thread safety dynamic analysis, r=jandem. 2013-12-19 10:01:25 -08:00
OldDebugAPI.cpp Bug 924905 - Do a subsumes check inside the stack iterator. r=jandem 2014-01-03 10:32:56 -06:00
PosixNSPR.cpp Bug 936341 - Get NSPR emulation working on BSD. r=billm 2013-11-11 09:16:47 -05:00
PosixNSPR.h Bug 884676 - Convert JSPrincipals::refcount to Atomic<int32_t> in JS_THREADSAFE builds, and remove JS_ATOMIC_*. r=Waldo 2013-11-27 09:37:10 -06:00
Probes-inl.h Bug 947782 - Use accessor methods for JSScript uint32/uint16 fields, r=jandem. 2013-12-09 11:26:09 -08:00
Probes.cpp
Probes.h Bug 925308 - Dont pop profiler frames for stack frames pushed by invalidated IonScripts which did not have profiler instrumentation. r=jandem 2013-11-12 11:28:03 -05:00
PropertyKey.cpp
ProxyObject.cpp Bug 934485 - Remove unused ProxyOptions::forceForegroundFinalization() r=terrence 2013-11-05 10:15:40 +00:00
ProxyObject.h
RegExpObject.cpp Bug 956293 - Don't pass RegExp proto to CloneRegExpObject. r=h4writer 2014-01-03 18:58:56 +01:00
RegExpObject.h Bug 956293 - Don't pass RegExp proto to CloneRegExpObject. r=h4writer 2014-01-03 18:58:56 +01:00
RegExpStatics.cpp
RegExpStatics.h
RegExpStaticsObject.h
Runtime-inl.h Bug 938124 - Add thread safety class instances to get IonBuilder passing the thread safety dynamic analysis, r=jandem. 2013-12-19 10:01:25 -08:00
Runtime.cpp Bug 951979 - Reorder compilation vs. operation callback lock ordering constraints, r=jandem. 2013-12-19 14:56:03 -07:00
Runtime.h Bug 956300 - Remove Class argument from functions that also take a TypeObject. r=bhackett 2014-01-03 22:02:57 +01:00
SPSProfiler.cpp Bug 785905 - Build Ion MIR graph off thread, r=jandem. 2013-12-16 10:53:02 -08:00
SPSProfiler.h Bug 944946 - Use accessor methods for script->code and script->length, r=jandem. 2013-12-03 08:17:50 -08:00
ScopeObject-inl.h Bug 938124 - Add thread safety class instances to get IonBuilder passing the thread safety dynamic analysis, r=jandem. 2013-12-19 10:01:25 -08:00
ScopeObject.cpp Bug 938124 - Add thread safety class instances to get IonBuilder passing the thread safety dynamic analysis, r=jandem. 2013-12-19 10:01:25 -08:00
ScopeObject.h Bug 938124 - Add thread safety class instances to get IonBuilder passing the thread safety dynamic analysis, r=jandem. 2013-12-19 10:01:25 -08:00
SelfHosting.cpp Bug 946042 - Add all SIMD functions to the interpreter. r=till 2013-12-18 16:28:32 -05:00
SelfHosting.h Bug 911400 - Create OpaqueWrappers when wrapping objects for use in the self-hosting global and OpaqueWrapperWithCalls when wrapping self-hosted function for use in other compartments. r=bholley 2013-11-26 13:45:54 +00:00
Shape-inl.h Bug 724768 - Set every blank class prototype as a delegate immediately after birth, so that we can properly and correctly cache the shape for new instances of that class that use that prototype. r=bhackett 2013-12-05 01:56:40 -08:00
Shape.cpp Bug 956300 - Remove Class argument from functions that also take a TypeObject. r=bhackett 2014-01-03 22:02:57 +01:00
Shape.h Bug 953316 - Add all the other object flags to JSObject::dump's output. r=bhackett 2013-12-20 21:53:40 -05:00
Stack-inl.h Bug 949747 - Use accessor methods for JSFunction fields, r=jandem. 2013-12-14 16:38:07 -08:00
Stack.cpp Bug 924905 - Do a subsumes check inside the stack iterator. r=jandem 2014-01-03 10:32:56 -06:00
Stack.h Bug 924905 - Do a subsumes check inside the stack iterator. r=jandem 2014-01-03 10:32:56 -06:00
StopIterationObject.h
String-inl.h Bug 928050 - Don't GC during atomization, r=billm. 2013-11-09 19:53:53 -07:00
String.cpp
String.h Bug 938124 - Add thread safety class instances to get IonBuilder passing the thread safety dynamic analysis, r=jandem. 2013-12-19 10:01:25 -08:00
StringBuffer.cpp Bug 928050 - Don't GC during atomization, r=billm. 2013-11-09 19:53:53 -07:00
StringBuffer.h
StringObject-inl.h Bug 724768 - Set every blank class prototype as a delegate immediately after birth, so that we can properly and correctly cache the shape for new instances of that class that use that prototype. r=bhackett 2013-12-05 01:56:40 -08:00
StringObject.h Bug 724768 - Set every blank class prototype as a delegate immediately after birth, so that we can properly and correctly cache the shape for new instances of that class that use that prototype. r=bhackett 2013-12-05 01:56:40 -08:00
StructuredClone.cpp Backed out changeset ef0eeaec74a8 (bug 949183) on the theory that it somehow broke every single b2g test on a CLOSED TREE 2013-12-16 18:27:43 -08:00
ThreadPool.cpp Bug 941827 - Use off-main-thread parsing even if GetCPUCount() == 1 (r=bhackett) 2013-11-29 08:54:26 -06:00
ThreadPool.h Bug 931151 - Offer an alternative to NSPR when building the JS shell on POSIX platforms (r=jorendorff,ted) 2013-11-05 11:16:15 -08:00
TypedArrayObject.cpp Bug 785905 - Build Ion MIR graph off thread, r=jandem. 2013-12-16 10:53:02 -08:00
TypedArrayObject.h Bug 938124 - Add thread safety class instances to get IonBuilder passing the thread safety dynamic analysis, r=jandem. 2013-12-19 10:01:25 -08:00
Unicode.cpp Bug 933952 - The NO_DELTA flag in CharacterInfo is unnecessary; r=evilpies 2013-11-11 16:52:40 +01:00
Unicode.h Bug 933952 - The NO_DELTA flag in CharacterInfo is unnecessary; r=evilpies 2013-11-11 16:52:40 +01:00
UnicodeData.txt
Value.cpp
WeakMapObject.h
WrapperObject.h
Xdr.cpp Bug 920322 - Provide better XDR interface for coding constants. r=luke 2013-12-19 09:20:35 -08:00
Xdr.h Bug 953284 - Remove JSOP_NOTEARG. r=jandem 2013-12-27 15:30:26 -06:00
make_unicode.py Bug 933952 - The NO_DELTA flag in CharacterInfo is unnecessary; r=evilpies 2013-11-11 16:52:40 +01:00