ruffle/core/src/avm1
David Wendt 4b824370f4 Remove the stack continuation system. If we decide to structure this system in the same way in the future, we'll probably use async functions or something like that. 2019-11-20 14:30:33 -05:00
..
globals Make most code that might touch user-defined functions falliable. 2019-11-20 14:30:32 -05:00
activation.rs Remove the stack continuation system. If we decide to structure this system in the same way in the future, we'll probably use async functions or something like that. 2019-11-20 14:30:33 -05:00
fscommand.rs core: Merge ActionContext into UpdateContext 2019-10-27 13:49:47 -07:00
function.rs Make most code that might touch user-defined functions falliable. 2019-11-20 14:30:32 -05:00
globals.rs Make most code that might touch user-defined functions falliable. 2019-11-20 14:30:32 -05:00
movie_clip.rs Make most code that might touch user-defined functions falliable. 2019-11-20 14:30:32 -05:00
object.rs Make most code that might touch user-defined functions falliable. 2019-11-20 14:30:32 -05:00
return_value.rs Remove the stack continuation system. If we decide to structure this system in the same way in the future, we'll probably use async functions or something like that. 2019-11-20 14:30:33 -05:00
scope.rs Make most code that might touch user-defined functions falliable. 2019-11-20 14:30:32 -05:00
test_utils.rs Replace `Option<Value<'gc>>` with a dedicated `ReturnValue<'gc>` type with associated methods. 2019-11-20 14:30:31 -05:00
tests.rs Make most code that might touch user-defined functions falliable. 2019-11-20 14:30:32 -05:00
value.rs Make most code that might touch user-defined functions falliable. 2019-11-20 14:30:32 -05:00