fune/js/src/proxy
2017-09-28 22:05:43 -04:00
..
BaseProxyHandler.cpp Bug 1403136 - Clean up JSSetterOp code now that slotful setters are gone. r=evilpie 2017-09-26 22:26:40 +02:00
CrossCompartmentWrapper.cpp Bug 1383775 - Clean up function toString/toSource code, remove remnants of source decompiler. r=anba 2017-07-25 13:22:11 +02:00
DeadObjectProxy.cpp Bug 1403646. Make sure dead object proxies have the same background-finalization status as the wrapper they replace. r=jonco 2017-09-28 22:05:43 -04:00
DeadObjectProxy.h Bug 1403646. Make sure dead object proxies have the same background-finalization status as the wrapper they replace. r=jonco 2017-09-28 22:05:43 -04:00
OpaqueCrossCompartmentWrapper.cpp Bug 1383775 - Clean up function toString/toSource code, remove remnants of source decompiler. r=anba 2017-07-25 13:22:11 +02:00
Proxy.cpp Bug 1399866 - Add gray marking assertions when setting proxy target r=sfink 2017-09-20 18:23:47 +01:00
Proxy.h Bug 1396613 - Make proxy objects override handler's objectMoved method rather than using class hook r=sfink r=mccr8 r=peterv 2017-09-19 12:31:30 +01:00
ScriptedProxyHandler.cpp Bug 1398113 - Use NameToId for known property names to avoid the indexed property check in AtomToId. r=jandem 2017-09-08 16:18:25 +02:00
ScriptedProxyHandler.h Bug 1383775 - Clean up function toString/toSource code, remove remnants of source decompiler. r=anba 2017-07-25 13:22:11 +02:00
SecurityWrapper.cpp Bug 1379461 - Refactor code to return RegExpShared* directly instead of using bool + outparam. r=evilpie,sfink 2017-07-11 11:31:12 +02:00
Wrapper.cpp Bug 1389776 - Use a proxy wrapper object for CTypes arrays instead of getProperty/setProperty Class hooks. r=jorendorff 2017-08-16 13:18:57 +02:00