blob: 621d3b5a58e402c0ecfe8ac47aef9902fa1a0446 [file]
Test calling functions from WorkerContext. Should print multiple SUCCESS lines, followed by DONE.
SUCCESS: postMessage() called directly
SUCCESS: postMessage() invoked via postMessage.call()
SUCCESS: postMessage() called via intermediate variable
DONE