ruffle/core
Mike Welsh df500282cd avm1: Use the return value of built-in ctors as `this`
* Built-in constructors now return the newly constructed object,
   which will be used as `this`. This allows for constructors such
   as `new Object` which can return differing types.
 * Adjust `FunctionObject::constructor` to take both a constructor
   and a function. Add `constructor_to_fn!` macro to turn most
   simple native constructors into a function that discards the
   return value.
 * Change `TObject::construct` to return `Value` instead of `Object`.
   This is necessary for constructors that return primitive values.
2021-01-12 09:13:24 -08:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros chore: Update lyon to 0.17.1 2021-01-04 18:08:14 -08:00
src avm1: Use the return value of built-in ctors as `this` 2021-01-12 09:13:24 -08:00
tests tests: Test removeMovieClip on non-movieclips 2021-01-09 18:31:04 -08:00
Cargo.toml build(deps): bump smallvec from 1.6.0 to 1.6.1 2021-01-08 12:09:49 -08:00