Bug 895647 - new GC type: js::LazyScript, r=terrence

DONTBUILD

--HG--
extra : rebase_source : 78d019afe1f46c056c561c2faf4dac351ffb4454
This commit is contained in:
Steve Fink 2013-07-18 15:10:23 -07:00
parent 0efa164d96
commit 68a34e1b6b

View File

@ -94,6 +94,7 @@ addGCType('JSString');
addGCType('js::Shape');
addGCType('js::BaseShape');
addGCType('JSScript');
addGCType('js::LazyScript');
addGCType('js::ion::IonCode');
addGCPointer('JS::Value');
addGCPointer('jsid');