mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895647 - new GC type: js::LazyScript, r=terrence
DONTBUILD --HG-- extra : rebase_source : 78d019afe1f46c056c561c2faf4dac351ffb4454
This commit is contained in:
parent
0efa164d96
commit
68a34e1b6b
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user