-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
src: remove calls to deprecated v8 functions (BooleanValue) #22075
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although it’s probably easier to just use ->IsTrue()
, and I don’t think that would count as a breaking change ;) (edit: at least if we do the coercion in JS first)
@addaleax Again, I might be very wrong, but let's look into this. |
@ryzokuken For For For |
37d576d
to
1cee224
Compare
ping @ryzokuken, looks like this PR needs a rebase :) |
@maclover7 Will do over the weekend, thanks. |
Ping @ryzokuken |
Remove all calls to deprecated v8 functions (here: Value::BooleanValue) inside the code (src directory only).
1cee224
to
5baed24
Compare
I fixed the conflicts and handled the remaining cases. |
Cannot approve it myself, but LG. |
CI is green. Can we have at least 1 LG for my additions? |
@addaleax pretty please? |
@targos Sorry, missed the pings – yes, this still LGTM :) |
Remove all calls to deprecated v8 functions (here: Value::BooleanValue) inside the code (src directory only). PR-URL: nodejs#22075 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Thank you 😃 |
Thanks again, @targos. You're the real MVP. |
Remove all calls to deprecated v8 functions (here: Value::BooleanValue) inside the code (src directory only). PR-URL: #22075 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove all calls to deprecated v8 functions (here: Value::BooleanValue) inside the code (src directory only). PR-URL: #22075 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove all calls to deprecated v8 functions (here: Value::BooleanValue) inside the code (src directory only). PR-URL: #22075 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove all calls to deprecated v8 functions (here:
Value::BooleanValue) inside the code (src directory only).
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes@addaleax @hashseed a quick one.