Name Description Size
browser.js 0
shell.js 0
Symbol.iterator.js --- es6id: 9.4.4.6 S7 description: > Unmapped arguments exotic objects should implement the Array iterator protocol. includes: [propertyHelper.js] flags: [noStrict] features: [Symbol.iterator] --- 559
via-params-dflt.js --- esid: sec-functiondeclarationinstantiation es6id: 9.2.12 description: > Arguments are "unmapped" when paramater list is non-simple due to "default" parameter info: | [...] 9. Let simpleParameterList be IsSimpleParameterList of formals. [...] 22. If argumentsObjectNeeded is true, then a. If strict is true or if simpleParameterList is false, then i. Let ao be CreateUnmappedArgumentsObject(argumentsList). [...] --- 730
via-params-dstr.js --- esid: sec-functiondeclarationinstantiation es6id: 9.2.12 description: > Arguments are "unmapped" when paramater list is non-simple due to destructuring pattern info: | [...] 9. Let simpleParameterList be IsSimpleParameterList of formals. [...] 22. If argumentsObjectNeeded is true, then a. If strict is true or if simpleParameterList is false, then i. Let ao be CreateUnmappedArgumentsObject(argumentsList). [...] --- 734
via-params-rest.js --- esid: sec-functiondeclarationinstantiation es6id: 9.2.12 description: > Arguments are "unmapped" when paramater list is non-simple due to "rest" parameter info: | [...] 9. Let simpleParameterList be IsSimpleParameterList of formals. [...] 22. If argumentsObjectNeeded is true, then a. If strict is true or if simpleParameterList is false, then i. Let ao be CreateUnmappedArgumentsObject(argumentsList). [...] --- 726
via-strict-strict.js --- es5id: 10.6-10-c-ii-2-s description: arguments[i] doesn't map to actual parameters in strict mode flags: [onlyStrict] --- 498