ecmascript-object-observe icon indicating copy to clipboard operation
ecmascript-object-observe copied to clipboard

Come up with a try/catch like spec concept

Open arv opened this issue 10 years ago • 0 comments

The array methods would be simpler if we had try/catch.

1. Try:
  1. Let _status_ be Foo().
  1. HandleException(_status_)
1. Catch _exception_.
  1. Do something with exception.

Not really sure how to spec that though.

arv avatar Jan 22 '15 23:01 arv