From 9b8b21048e6e98151d2266f8eb2dee6e2e6ca516 Mon Sep 17 00:00:00 2001 From: Guilherme Bernal Date: Tue, 16 Aug 2022 17:15:17 +0000 Subject: [PATCH] fix: ammend previous commit for ArrayPrototypePush --- core/01_core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/01_core.js b/core/01_core.js index 4f200a61797ff6..b23d7bd0ddceb6 100644 --- a/core/01_core.js +++ b/core/01_core.js @@ -12,6 +12,7 @@ Map, Array, ArrayPrototypeFill, + ArrayPrototypePush, ArrayPrototypeMap, ErrorCaptureStackTrace, Promise,