Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Move MakeCallback to JS #3722

Closed
wants to merge 1 commit into from
Closed

Conversation

isaacs
Copy link

@isaacs isaacs commented Jul 17, 2012

This is the first part of the "next-tick-now" change.

// domain has been disposed of.
return Undefined();
if (process_makeCallback.IsEmpty()) {
Local<Value> cb_v = process->Get(NODE_PSYMBOL("_makeCallback"));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use String::New(), not NODE_PSYMBOL - you're only using it once.

@isaacs
Copy link
Author

isaacs commented Jul 17, 2012

Landed on 0109a9f

@isaacs isaacs closed this Jul 17, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants