ruffle/core
Aaron Hill 7b932ca84b avm2: Implement special XML/XMLList method calling behavior
When an XML object has simple content, you can call non-XML
methods directly on it - it will internally be stringified,
and the method will be called on the resulting string.
This lets `new XML("<p>Some content</p>".split(' ')` work.

Similarly, an XMLList object with a single XML child will
forward non-XML method calls to that object.

This PR implements this logic (based heavily on avmplus)
2023-03-11 00:51:45 -06:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
build_playerglobal fix(deps): update rust dependencies 2023-03-05 20:43:46 -06:00
macros fix(deps): update rust dependencies 2023-02-27 11:48:53 +02:00
src avm2: Implement special XML/XMLList method calling behavior 2023-03-11 00:51:45 -06:00
Cargo.toml fix(deps): update rust dependencies 2023-03-05 20:43:46 -06:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00