Uh oh!
There was an error while loading. Please reload this page.
[v8.x] n-api: implement date object - #28301
Closed
gabrielschulhof wants to merge 1 commit into
Closed
Conversation
mhdawson
commented
Jul 3, 2019
Member
@gabrielschulhof I assume that is to keep future backports as clean as possible? |
gabrielschulhof
commented
Jul 12, 2019
ContributorAuthor
@mhdawson yes. |
Implements `napi_create_date()` as well as `napi_is_date()` to allow working with JavaScript Date objects. PR-URL: nodejs#25917 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
gabrielschulhofforce-pushed
the
backport-25917-to-v8.x
branch
from
September 2, 2019 06:41
b9f6ddc to
fb4786eComparegabrielschulhof
commented
Sep 2, 2019
ContributorAuthor
Rebased. |
nodejs-github-bot
commented
Sep 19, 2019
Collaborator
nodejs-github-bot
commented
Sep 19, 2019
Collaborator
gabrielschulhof
commented
Oct 13, 2019
ContributorAuthor
v8.x will receive no further minor releases. |
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements
napi_create_date()as well asnapi_is_date()toallow working with JavaScript Date objects.
PR-URL: #25917
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes