ruffle/core/src/avm1
Moulins ee326e31b7 core: Reduce allocations in AvmString::new_utf8
Also remove some useless back-and-forth conversions between
AvmString and String
2021-11-27 11:20:47 -07:00
..
globals core: Reduce allocations in AvmString::new_utf8 2021-11-27 11:20:47 -07:00
object chore: rename AvmString::{new -> new_utf8, new_ucs2 -> new} 2021-11-27 11:20:47 -07:00
activation.rs core: Reduce allocations in AvmString::new_utf8 2021-11-27 11:20:47 -07:00
callable_value.rs avm1: Inline `Value::call` 2021-10-23 10:51:21 -07:00
debug.rs core: remove last instances of AvmString::as_str 2021-11-27 11:20:47 -07:00
error.rs avm1: Log internal error on `InvalidSwf` 2021-08-03 14:40:59 -07:00
fscommand.rs avm1: remove AvmString::as_str usage in activation.rs and movie_clip.rs 2021-11-27 11:20:47 -07:00
function.rs core: Reduce allocations in AvmString::new_utf8 2021-11-27 11:20:47 -07:00
globals.rs chore: rename AvmString::{new -> new_utf8, new_ucs2 -> new} 2021-11-27 11:20:47 -07:00
object.rs core: remove last instances of AvmString::as_str 2021-11-27 11:20:47 -07:00
property.rs avm1: Allow stored and virtual properties to co-exist 2021-08-21 17:23:15 +03:00
property_decl.rs avm1: Propagate AvmString<'gc>s to all methods on Object 2021-10-06 19:47:35 -06:00
property_map.rs avm1: Requires a WStr<'_> to access PropertyMap 2021-11-27 11:20:47 -07:00
scope.rs avm1: Propagate AvmString<'gc>s to all methods on Object 2021-10-06 19:47:35 -06:00
test_utils.rs core: Remove `SwfSlice` usage from `MovieClip::new` 2021-10-08 13:22:45 -07:00
tests.rs avm1: Shorten integers values 2021-06-24 01:11:16 -07:00
timer.rs avm1: Remove `base_proto` parameter of `TObject::call` 2021-10-23 10:51:21 -07:00
value.rs core: Reduce allocations in AvmString::new_utf8 2021-11-27 11:20:47 -07:00