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

util: fix for inspecting promises #3221

Merged
merged 1 commit into from Oct 6, 2015
Merged

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 <info@bnoordhuis.nl>
@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 <info@bnoordhuis.nl>
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.

None yet

3 participants