Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Function.prototype.apply #877

Merged
merged 1 commit into from
Oct 16, 2020
Merged

Implement Function.prototype.apply #877

merged 1 commit into from
Oct 16, 2020

Conversation

georgeroman
Copy link
Contributor

Fixes #872

@codecov
Copy link

codecov bot commented Oct 15, 2020

Codecov Report

Merging #877 into master will increase coverage by 0.20%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #877      +/-   ##
==========================================
+ Coverage   59.08%   59.29%   +0.20%     
==========================================
  Files         164      165       +1     
  Lines       10209    10317     +108     
==========================================
+ Hits         6032     6117      +85     
- Misses       4177     4200      +23     
Impacted Files Coverage Δ
boa/src/builtins/function/mod.rs 63.47% <66.66%> (+0.37%) ⬆️
boa/src/object/mod.rs 46.99% <0.00%> (-0.11%) ⬇️
boa/src/builtins/mod.rs 23.52% <0.00%> (ø)
boa/src/builtins/map/map_iterator.rs 71.42% <0.00%> (ø)
boa/src/builtins/iterable/mod.rs 94.23% <0.00%> (+0.35%) ⬆️
boa/src/builtins/array/mod.rs 73.51% <0.00%> (+0.80%) ⬆️
boa/src/builtins/map/mod.rs 72.26% <0.00%> (+0.95%) ⬆️
boa/src/builtins/map/ordered_map.rs 63.63% <0.00%> (+2.34%) ⬆️
...x/parser/statement/iteration/do_while_statement.rs 73.91% <0.00%> (+13.04%) ⬆️

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 9a295fe...a73b68c. Read the comment docs.

@HalidOdat HalidOdat added builtins PRs and Issues related to builtins/intrinsics enhancement New feature or request labels Oct 16, 2020
@HalidOdat HalidOdat added this to the v0.11.0 milestone Oct 16, 2020
@Lan2u Lan2u merged commit 0357a8e into boa-dev:master Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builtins PRs and Issues related to builtins/intrinsics enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Function.prototype.apply()
4 participants