提交 4b8c8ac2 编写于 作者: MengZian's avatar MengZian

1686226515971,1686226584190

上级 d02a32a9
/*!
Bright.js
date 1686188991871 [Thu Jun 08 2023 09:49:51 GMT+0800 (China Standard Time)]
date 1686226515971 [Thu Jun 08 2023 20:15:15 GMT+0800 (China Standard Time)]
(c) 2023 Bright_Leader
Licensed under the Apache-2.0.
*/
......@@ -921,7 +921,14 @@ const ArrayIteratorPrototype=new IterableIterator( /* http://262.ecma-internatio
ArrayIterationKind_internalSlot in self
))throw "Incompatible object: missing required properties!";
let a_var;
if((a_var=self[IteratedObject_internalSlot])===undef)return new IteratorResult(undef,True);
if(
isPrimitive(a_var=self[IteratedObject_internalSlot]) /*
I take the liberty of checking whether this value is primitive
instead of whether it is undefined according to the specification.
Because this is not a real internal slot which is inaccessible to other codes,
we must take no matter how others will invoke this function into consideration.
*/
)return new IteratorResult(undef,True);
let index,itemKind,len;
index=self[ArrayIteratorNextIndex_internalSlot];
itemKind=self[ArrayIterationKind_internalSlot];
......@@ -1465,7 +1472,7 @@ mergeObject(
temp0=tryES5CreateNullPrototypeObject();
temp0.author="Bright_Leader";
temp0.date=1686188991871;
temp0.date=1686226515971;
mergeObject(
objectToExport,
......
/*!
DOMOperation.js
date 1686210071353 [Thu Jun 08 2023 15:41:11 GMT+0800 (China Standard Time)]
date 1686226584190 [Thu Jun 08 2023 20:16:24 GMT+0800 (China Standard Time)]
(c) 2023 Bright_Leader
Licensed under the Apache-2.0.
dependenc(y/ies):
- Bright.js date >= 1686188991871
- Bright.js date >= 1686226515971
*/
(function exportFunction(globalObject,factory){"use strict";
/*
......@@ -1834,7 +1834,7 @@ function sharedKeys(){
function sharedValues(){
return [
"Bright_Leader",
1686210071353
1686226584190
];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册