保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 26a09f08cf1ed43c640879f23fdad56c5c9282f7
PAMapp/node_modules/es-abstract/2019/ArrayCreate.js
@@ -42,12 +42,12 @@
      A.length = length;
   }
   /* step 10, the above as a shortcut for the below
    OrdinaryDefineOwnProperty(A, 'length', {
        '[[Configurable]]': false,
        '[[Enumerable]]': false,
        '[[Value]]': length,
        '[[Writable]]': true
    });
    */
   OrdinaryDefineOwnProperty(A, 'length', {
      '[[Configurable]]': false,
      '[[Enumerable]]': false,
      '[[Value]]': length,
      '[[Writable]]': true
   });
   */
   return A;
};