[worklets] Add AudioWorkletGlobalScope and AudioWorkletThread
This CL is to add AudioWorkletGlobalScope and AudioWorkletThread. This
change is largely based on the
https://codereview.chromium.org/2254593002,
but some adaptations have been made to accommodate the AudioWorklet
design.
- AudioWorkletGlobalScope extends ThreadedWorkletGlobalScope
- AudioWorklerThread uses WebThread(SupportingGC)
BUG=
469639
TEST=AudioWorkletThreadTest.cpp
Committed:
https://crrev.com/1b37f672598fd11ebeb8e329dc257f62fbd8232e
Cr-Commit-Position: refs/heads/master@{#425278}