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 |
||
---|---|---|
.. | ||
accessors.js | ||
basics.js | ||
constructable-but-no-prototype.js | ||
constructor-property.js | ||
constructor-strict-by-default.js | ||
constructor.js | ||
fn-name-accessor-get.js | ||
fn-name-accessor-set.js | ||
fn-name-gen-method.js | ||
fn-name-method.js | ||
fn-name-static-precedence.js | ||
getters-2.js | ||
getters.js | ||
implicit-constructor.js | ||
invalid-extends.js | ||
methods-gen-no-yield.js | ||
methods-gen-return.js | ||
methods-gen-yield-as-binding-identifier.js | ||
methods-gen-yield-as-expression-with-rhs.js | ||
methods-gen-yield-as-expression-without-rhs.js | ||
methods-gen-yield-as-function-expression-binding-identifier.js | ||
methods-gen-yield-as-generator-method-binding-identifier.js | ||
methods-gen-yield-as-identifier-in-nested-function.js | ||
methods-gen-yield-as-label.js | ||
methods-gen-yield-as-literal-property-name.js | ||
methods-gen-yield-as-logical-or-expression.js | ||
methods-gen-yield-as-parameter.js | ||
methods-gen-yield-as-property-name.js | ||
methods-gen-yield-as-statement.js | ||
methods-gen-yield-as-yield-operand.js | ||
methods-gen-yield-newline.js | ||
methods-gen-yield-star-after-newline.js | ||
methods-gen-yield-star-before-newline.js | ||
methods-gen-yield-weak-binding.js | ||
methods-named-eval-arguments.js | ||
methods-restricted-properties.js | ||
methods.js | ||
numeric-property-names.js | ||
prototype-getter.js | ||
prototype-property.js | ||
prototype-setter.js | ||
prototype-wiring.js | ||
setters-2.js | ||
setters.js | ||
side-effects-in-extends.js | ||
side-effects-in-property-define.js | ||
this-access-restriction-2.js | ||
this-access-restriction.js | ||
this-check-ordering.js |