Fixes utils.cpp to support electron by lygstate · Pull Request #532 · joeferner/node-java

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@lygstate

Copy link

No description provided.

return ab;
Nan::MaybeLocal<v8::Object> buf = Nan::NewBuffer((char*)elems, length);
v8::Local<v8::Object> v8Buf = buf.ToLocalChecked();
Nan::MaybeLocal<v8::Value> ab = Nan::Get(v8Buf, Nan::New<v8::String>("cause").ToLocalChecked());
Copy link

Owner

Choose a reason for hiding this comment

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

What am I missing here? "cause"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@joeferner joeferner joeferner left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@lygstate @joeferner