Skip to content

Conversation

evanlucas
Copy link
Contributor

The upgrade to v8 4.6 removed ObjectIsPromise. This change utilizes
v8::Value::IsPromise to verify that the argument is indeed a promise.

Ref: #3197 (comment)

@evanlucas
Copy link
Contributor Author

@bnoordhuis
Copy link
Member

LGTM

The upgrade to v8 4.6 removes ObjectIsPromise. This change utilizes
v8::Value::IsPromise to verify that the argument is indeed a promise.

PR-URL: nodejs#3221
Reviewed-By: Ben Noordhuis <[email protected]>
@evanlucas evanlucas closed this Oct 6, 2015
@evanlucas evanlucas deleted the fixpromisein branch October 6, 2015 21:24
@evanlucas evanlucas merged commit a1bda1b into nodejs:master Oct 6, 2015
@evanlucas
Copy link
Contributor Author

Thanks Ben. Landed in a1bda1b

@jasnell jasnell mentioned this pull request Oct 8, 2015
29 tasks
evanlucas added a commit that referenced this pull request Oct 8, 2015
The upgrade to v8 4.6 removes ObjectIsPromise. This change utilizes
v8::Value::IsPromise to verify that the argument is indeed a promise.

PR-URL: #3221
Reviewed-By: Ben Noordhuis <[email protected]>
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.

3 participants