True if the value is any execution state instance.
This API is still experimental, so it may change or be removed in future versions. You should not rely on it for production applications.
True if the value is any execution state instance.
hasInstance(value) {
return Boolean(value)
&& value[TYPE] === this[TYPE];
}