/webidl/ecmascript-binding/legacy-callback-interface-object.html| status | subtest | message |
|---|---|---|
| FAIL | Must be a function according to typeof | assert_equals: expected "function" but got "object" |
| FAIL | Must have the correct [[Prototype]] | assert_true: expected true got false |
| PASS | Must have the correct property descriptor | |
| PASS | Must throw a TypeError when called or constructed | |
| PASS | Must not have a .prototype property | |
| FAIL | Must have an own name property equal to the interface name and with the correct descriptors | assert_true: expected true got false |
| FAIL | Must have an own length property with value zero and the correct descriptors | assert_true: expected true got false |
| FAIL | instanceof must throw but only when we don't bail out early | Right-hand side of 'instanceof' is not callable |
bundle built 2026-07-16T07:16:48.063Z