summaryrefslogtreecommitdiff
path: root/runtime/js
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/js')
-rw-r--r--runtime/js/40_error_stack.js5
-rw-r--r--runtime/js/90_deno_ns.js1
2 files changed, 0 insertions, 6 deletions
diff --git a/runtime/js/40_error_stack.js b/runtime/js/40_error_stack.js
index 1ecf0f6bb..046f4ddf0 100644
--- a/runtime/js/40_error_stack.js
+++ b/runtime/js/40_error_stack.js
@@ -12,13 +12,8 @@
return core.opSync("op_format_file_name", location);
}
- function opApplySourceMap(location) {
- return core.applySourceMap(location);
- }
-
window.__bootstrap.errorStack = {
opFormatDiagnostics,
opFormatFileName,
- opApplySourceMap,
};
})(this);
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js
index 61e894f8a..a6f63abe2 100644
--- a/runtime/js/90_deno_ns.js
+++ b/runtime/js/90_deno_ns.js
@@ -126,7 +126,6 @@
systemMemoryInfo: __bootstrap.os.systemMemoryInfo,
networkInterfaces: __bootstrap.os.networkInterfaces,
getUid: __bootstrap.os.getUid,
- applySourceMap: __bootstrap.errorStack.opApplySourceMap,
formatDiagnostics: __bootstrap.errorStack.opFormatDiagnostics,
sleepSync: __bootstrap.timers.sleepSync,
listen: __bootstrap.netUnstable.listen,