summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
diff options
context:
space:
mode:
authorRodney van den Velden <rodneymichael2002@gmail.com>2022-01-09 23:42:14 +0100
committerGitHub <noreply@github.com>2022-01-09 23:42:14 +0100
commitc487b7ed54a36edcf324005a6ff6e76663544e06 (patch)
treeaedba39a381f1cfc7b98a83e80b12fd149921c8d /runtime/js/99_main.js
parentbd53567acf7d7bb28e51c0137054c5a9d9e19bf1 (diff)
fix: expose "Deno.memoryUsage()" in worker context (#13293)
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r--runtime/js/99_main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index 190ff24da..3a56d93dc 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -588,7 +588,6 @@ delete Object.prototype.__proto__;
[internalSymbol]: internals,
resources: core.resources,
close: core.close,
- memoryUsage: core.memoryUsage,
...denoNs,
};
ObjectDefineProperties(finalDenoNs, {