Re: [heycam/webidl] Use Type(V) is object instead of if |V| is any kind of object (#222)

What about:

```
If |V| is a native <emu-val>Error</emu-val> object
(that is, it has an \[[ErrorData]] [=internal slot=]), then:
```

to:

```
If Type(|V|) is Object and |V| has an \[[ErrorData]] [=internal slot=])
(it's a native <emu-val>Error</emu-val> object), then:
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/222#issuecomment-274110439

Received on Friday, 20 January 2017 16:10:33 UTC