summaryrefslogtreecommitdiff
path: root/cli/rt/90_deno_ns.js
diff options
context:
space:
mode:
authorAkshat Agarwal <humancalico@disroot.org>2020-09-10 14:08:17 +0530
committerGitHub <noreply@github.com>2020-09-10 10:38:17 +0200
commitc1b4ff61c9113166705526022452ed2fb00bc7d5 (patch)
treecb13bf71b73566312c5767789c0e19ade6713a08 /cli/rt/90_deno_ns.js
parentdfd8794da463dd4d0649c41537b5475eaac10447 (diff)
feat(unstable): Add Deno.systemMemoryInfo() (#7350)
Co-authored-by: marcopacini <pacinim88@gmail.com> Co-authored-by: Casper Beyer <caspervonb@pm.me>
Diffstat (limited to 'cli/rt/90_deno_ns.js')
-rw-r--r--cli/rt/90_deno_ns.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/rt/90_deno_ns.js b/cli/rt/90_deno_ns.js
index 82acdef3c..23ab12924 100644
--- a/cli/rt/90_deno_ns.js
+++ b/cli/rt/90_deno_ns.js
@@ -103,6 +103,7 @@ __bootstrap.denoNsUnstable = {
loadavg: __bootstrap.os.loadavg,
hostname: __bootstrap.os.hostname,
osRelease: __bootstrap.os.osRelease,
+ systemMemoryInfo: __bootstrap.os.systemMemoryInfo,
applySourceMap: __bootstrap.errorStack.opApplySourceMap,
formatDiagnostics: __bootstrap.errorStack.opFormatDiagnostics,
shutdown: __bootstrap.net.shutdown,