scratch-vm/test
Michael "Z" Goddard e1254bd8c7
elevate stack block id and frame info into thread
- Add pointer member to thread. This is the current executing block.
- Add stackFrame member to thread. This is the current frame
  information like procedure parameters.

This is a step potentially towards stack-less threads. With further
modifications we could have stack and stackFrames be null if a script
does not call a procedure.
2019-06-03 18:13:01 -04:00
..
fixtures test that stop all stops current threads next tick 2019-04-11 14:29:42 -04:00
integration test that scripts block cache is reset 2019-04-19 13:22:25 -04:00
unit elevate stack block id and frame info into thread 2019-06-03 18:13:01 -04:00
.eslintrc.js All linting other than console statements 2016-10-23 22:20:29 -04:00