scratch-vm/src/engine
Michael "Z" Goddard 9864403bc9
A thread in the runtime but with the DONE status is not active
return false from isActiveThread if thread's status is done even when
its contained in the runtime threads list. As it is done, the thread
will not be run until either its replaced by a new copy of the thread
or the thread is removed from the list and another is added at a later
time.
2017-11-16 11:23:51 -05:00
..
adapter.js Merge pull request #782 from kchadha/list-typed-variable 2017-11-15 12:48:56 -05:00
block-utility.js Extract blockUtility from execute to reduce allocations 2017-11-07 10:21:51 -05:00
blocks.js Merge pull request #782 from kchadha/list-typed-variable 2017-11-15 12:48:56 -05:00
execute.js Merge pull request #780 from mzgoddard/runtime-profiler 2017-11-16 10:02:37 -05:00
monitor-record.js
mutation-adapter.js
profiler.js Add runtime Profiler 2017-11-14 14:57:31 -05:00
runtime.js A thread in the runtime but with the DONE status is not active 2017-11-16 11:23:51 -05:00
sequencer.js Add Profiler events to Runtime, Sequencer and execute 2017-11-14 14:57:32 -05:00
target.js Some code cleanup. 2017-11-13 16:55:57 -05:00
thread.js
variable.js Addressing PR review comments. 2017-11-15 09:17:20 -05:00