You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. previously by specifying --expose-gc, a gc function would be exposed. However, under the new flag parser, seems none of the v8 flags are working...
$ deno --v8-flags=--expose-gc
> gc()
<unknown>:1:0
gc()
^
Uncaught ReferenceError: gc is not defined
at <unknown>:1:1
at evaluate (js/repl.ts:87:34)
at replLoop (js/repl.ts:145:13)
>
e.g. previously by specifying
--expose-gc
, agc
function would be exposed. However, under the new flag parser, seems none of the v8 flags are working...cc @bartlomieju
The text was updated successfully, but these errors were encountered: