mirror of https://github.com/tc39/test262.git
2fe074134a
This change set includes tests for most invocations of the SetFunctionName abstract operation in the ES2015 specification. Practical testing considerations preclude the introduction of tests for certain invocations: - The project is still vetting methods to sustainably test the semantics of the Destructuring Binding pattern across all valid productions. - 13.3.3.6 Runtime Semantics: IteratorBindingInitialization - 13.3.3.7 Runtime Semantics: KeyedBindingInitialization - Without a loader, there is no way to access a function object declared in an ExportDeclaration, so `name` assignment cannot be tested in these cases - 14.1.19 Runtime Semantics: InstantiateFunctionObject - 14.4.12 Runtime Semantics: InstantiateFunctionObject - 14.5.15 Runtime Semantics: BindingClassDeclarationEvaluation - 15.2.3.11 Runtime Semantics: Evaluation |
||
---|---|---|
.. | ||
has-instance.js | ||
implicit-name.js | ||
length-property-descriptor.js | ||
name.js | ||
no-name.js | ||
no-yield.js | ||
prototype-own-properties.js | ||
prototype-property-descriptor.js | ||
prototype-relation-to-function.js | ||
prototype-typeof.js | ||
prototype-uniqueness.js | ||
prototype-value.js | ||
return.js | ||
yield-as-binding-identifier.js | ||
yield-as-expression-with-rhs.js | ||
yield-as-expression-without-rhs.js | ||
yield-as-function-expression-binding-identifier.js | ||
yield-as-generator-expression-binding-identifier.js | ||
yield-as-identifier-in-nested-function.js | ||
yield-as-label.js | ||
yield-as-literal-property-name.js | ||
yield-as-logical-or-expression.js | ||
yield-as-parameter.js | ||
yield-as-property-name.js | ||
yield-as-statement.js | ||
yield-as-yield-operand.js | ||
yield-newline.js | ||
yield-star-after-newline.js | ||
yield-star-before-newline.js | ||
yield-weak-binding.js |