mirror of
https://github.com/tc39/test262.git
synced 2025-11-01 20:23:53 +01:00
* Extend tests for class "name" inference Ensure that when a class defines a static "name" method, that method definition prevents the "name" inference behavior. * Re-generate tests