- From: Domenic Denicola <web-platform-tests-notifications@w3.org>
- Date: Tue, 03 May 2016 15:09:30 GMT
- To: public-web-platform-tests-notifications@w3.org
> Is IsConstructor(function () {}) false? I tried to read ES spec but can't get the answer. In this test, I assumed false. It is true. IsConstructor returns false for arrow functions `() => {}` and for methods `({ m() { } }).m`. View on GitHub: https://github.com/w3c/web-platform-tests/pull/2940#issuecomment-216559093
Received on Tuesday, 3 May 2016 15:09:38 UTC