FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: remove calls to deprecated V8 functions (Int32Value) by targos · Pull Request #22662 · nodejs/node · GitHub

/ node Public

src: remove calls to deprecated V8 functions (Int32Value) - #22662

Closed
targos wants to merge 1 commit into
nodejs:masterfrom
targos:deprecated-int32value
Closed

src: remove calls to deprecated V8 functions (Int32Value)#22662
targos wants to merge 1 commit into
nodejs:masterfrom
targos:deprecated-int32value

Conversation

targos commented Sep 2, 2018

Copy link
Copy Markdown
Member

Remove all calls to deprecated V8 functions (here: Value::Int32Value)
inside the code.

/cc @ryzokuken @addaleax @jasnell

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Remove all calls to deprecated V8 functions (here: Value::Int32Value)
inside the code.

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. labels Sep 2, 2018

targos commented Sep 2, 2018
edited by addaleax
Loading

Copy link
Copy Markdown
Member Author

CI: https://ci.nodejs.org/job/node-test-pull-request/16962/ (:heavy_check_mark:)

BridgeAR added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Sep 5, 2018

danbev commented Sep 5, 2018

Copy link
Copy Markdown
Contributor

Landed in 594a84d.

danbev closed this Sep 5, 2018
danbev pushed a commit that referenced this pull request Sep 5, 2018
Remove all calls to deprecated V8 functions (here: Value::Int32Value)
inside the code.

PR-URL: #22662
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
targos deleted the deprecated-int32value branch September 5, 2018 11:14
targos added a commit that referenced this pull request Sep 5, 2018
Remove all calls to deprecated V8 functions (here: Value::Int32Value)
inside the code.

PR-URL: #22662
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
targos added a commit that referenced this pull request Sep 6, 2018
Remove all calls to deprecated V8 functions (here: Value::Int32Value)
inside the code.

PR-URL: #22662
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL