blob: 908c9f3161ee71c86ba74c171ee86cf6d803be98 (
plain)
1
2
3
4
5
6
7
8
9
|
"use strict";
const SANDBOX_URL = "WorkerDebuggerGlobalScope.createSandbox_sandbox.js";
var prototype = {
self: this,
};
var sandbox = createSandbox(SANDBOX_URL, prototype);
loadSubScript(SANDBOX_URL, sandbox);
|