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 9593e4c commit 20559ebCopy full SHA for 20559eb
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