diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-08-25 15:34:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 15:34:47 +0200 |
commit | e92d7add386546240a4fc1c032a9a6b81834e6bc (patch) | |
tree | 1e1093e44ac5b2e81c7ca917ffa7f347297e8315 /ext/node/01_node.js | |
parent | 8986e2ced4adbf6185aea02a580036aa92c2872c (diff) |
fix(ext/node): add missing primordial (#15595)
Diffstat (limited to 'ext/node/01_node.js')
-rw-r--r-- | ext/node/01_node.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/01_node.js b/ext/node/01_node.js index 80fccf843..8425d3101 100644 --- a/ext/node/01_node.js +++ b/ext/node/01_node.js @@ -7,6 +7,7 @@ ((window) => { const { ArrayPrototypePush, + ArrayPrototypeFilter, ObjectEntries, ObjectCreate, } = window.__bootstrap.primordials; |