ljharb / es-abstract

ECMAScript spec abstract operations.
MIT License
114 stars 30 forks source link

[New] `GetIntrinsic`: Add ES201x function intrinsics #97

Closed ExE-Boss closed 4 years ago

ExE-Boss commented 4 years ago

This populates the %Generator*%, %AsyncFunction*% and %AsyncGenerator*% intrinsics.

Needed by iterator‑helpers.

codecov[bot] commented 4 years ago

Codecov Report

Merging #97 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #97   +/-   ##
=======================================
  Coverage   90.89%   90.89%           
=======================================
  Files         670      670           
  Lines        9444     9447    +3     
  Branches     2195     2191    -4     
=======================================
+ Hits         8584     8587    +3     
  Misses        860      860           
Impacted Files Coverage Δ
GetIntrinsic.js 95.61% <100.00%> (+0.11%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4e8d479...1f8ad9b. Read the comment docs.