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

Make deletable/strict parameters of Create(Im)MutableBinding mandatory #430

Closed
wants to merge 5 commits into from

Conversation

anba
Copy link
Contributor

@anba anba commented Feb 29, 2016

Only seven callers to CreateMutableBinding omitted the 'deletable' parameter, the other nine callers already explicitly passed deletable=false to CreateMutableBinding (found by /CreateMutableBinding\(.*?,\s*\*false\*/).

anba added 5 commits February 29, 2016 08:15
And update the three legacy callers to pass *false* as the strict parameter.
Nine call sites already passed an explicit *false* parameter, update
the other seven callers to pass *false*, too.
@bterlson
Copy link
Member

I like this change, thanks!

@bterlson bterlson closed this in 6838308 Feb 29, 2016
@anba anba deleted the env-opt-param branch March 1, 2016 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants