mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
3e1f7e4e46
There are several changes here: 1) When wrapping a callback interface object for JS, just extract the underlying JSObject from inside it and hand that object out. 2) Flag callback interface descriptors as "not concrete" (only matters for cases when they have constants on the interface object) and not wrappercached (will catch bugs if someone tries to treat them as a Gecko object). 3) Fix a preexisting bug in sequence wrapping where we'd try to JS_DefineElement twice if we were wrapping a null value for a sequence of nullable interface objects. |
||
---|---|---|
.. | ||
file_bug775543.html | ||
forOf_iframe.html | ||
Makefile.in | ||
test_bug773326.html | ||
test_bug775543.html | ||
test_bug788369.html | ||
test_enums.html | ||
test_forOf.html | ||
test_InstanceOf.html | ||
test_integers.html | ||
test_interfaceToString.html | ||
test_lookupGetter.html | ||
test_sequence_wrapping.html | ||
test_traceProtos.html | ||
TestBindingHeader.h | ||
TestCodeGen.webidl | ||
TestDictionary.webidl | ||
TestTypedef.webidl |