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

Fix issue #90 #409

Merged
merged 7 commits into from
Apr 5, 2016
Merged

Fix issue #90 #409

merged 7 commits into from
Apr 5, 2016

Conversation

petekanev
Copy link
Contributor

Added .null syntax to all types coming from Java in order to explicitly state the method overload where passing just null would be ambiguous
issue: #90
ping: @atanasovg @blagoev @Plamen5kov @slavchev

@ns-bot
Copy link

ns-bot commented Apr 4, 2016

💚

@ns-bot
Copy link

ns-bot commented Apr 5, 2016

💔

@ns-bot
Copy link

ns-bot commented Apr 5, 2016

💚

@slavchev
Copy link

slavchev commented Apr 5, 2016

👍

void MetadataNode::NullValueOfCallback(const FunctionCallbackInfo<Value>& args) {
try
{
auto isolate = Isolate::GetCurrent();
Copy link
Contributor

Choose a reason for hiding this comment

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

replace auto isolate = Isolate::GetCurrent(); with args.GetIsolate()

@Plamen5kov
Copy link
Contributor

👍

@ns-bot
Copy link

ns-bot commented Apr 5, 2016

💚

@petekanev petekanev merged commit 8c635a5 into master Apr 5, 2016
@petekanev petekanev deleted the pete/nullobjoverload branch April 19, 2016 12:05
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.

4 participants