tc39 / Function-prototype-toString-revision

:fishing_pole_and_fish: ECMA-262 proposal to update Function.prototype.toString
https://tc39.github.io/Function-prototype-toString-revision
26 stars 10 forks source link

make HostHasSourceTextAvailable idempotent and never abrupt #30

Closed michaelficarra closed 6 years ago

michaelficarra commented 6 years ago

This addresses @anba's comments in https://github.com/tc39/Function-prototype-toString-revision/pull/26#discussion_r166937748.

Fixes #27.

/cc @domenic @phoddie for review