author | Steve Fink <sfink@mozilla.com> |
Thu, 18 Jul 2013 15:10:23 -0700 | |
changeset 151547 | 4bbb18b109d4f43a0f4c05908edc2a1109b6eb72 |
parent 151546 | 5e29b812885c4aa74a0685f70587c0821f4a8247 |
child 151548 | 553e2e6743928fe7dd299cde02344b5947b86967 |
push id | 2859 |
push user | akeybl@mozilla.com |
push date | Mon, 16 Sep 2013 19:14:59 +0000 |
treeherder | mozilla-beta@87d3c51cd2bf [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | terrence |
bugs | 895647 |
milestone | 25.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/js/src/devtools/rootAnalysis/computeGCTypes.js +++ b/js/src/devtools/rootAnalysis/computeGCTypes.js @@ -89,11 +89,12 @@ function addGCPointer(name) } } addGCType('js::ObjectImpl'); addGCType('JSString'); addGCType('js::Shape'); addGCType('js::BaseShape'); addGCType('JSScript'); +addGCType('js::LazyScript'); addGCType('js::ion::IonCode'); addGCPointer('JS::Value'); addGCPointer('jsid');