* Associated a script with this source. This is only valid for a source * from the runtime, not a SourceFromMap.
(script: ISourceScript)
| 170 | * from the runtime, not a {@link SourceFromMap}. |
| 171 | */ |
| 172 | addScript(script: ISourceScript): void { |
| 173 | this._scripts.push(script); |
| 174 | } |
| 175 | |
| 176 | /** |
| 177 | * Filters scripts from a source, done when an execution context is removed. |