We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20559eb commit 026af89Copy full SHA for 026af89
src/ecma-debugger/runtimes.js
@@ -1,7 +1,7 @@
1
window.cls || (window.cls = {});
2
cls.EcmascriptDebugger || (cls.EcmascriptDebugger = {});
3
cls.EcmascriptDebugger["6.0"] || (cls.EcmascriptDebugger["6.0"] = {});
4
-/* */
+
5
cls.EcmascriptDebugger["6.0"].Runtime = function(runtime)
6
{
7
var RUNTIME_ID = 0;
0 commit comments