Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Fix issue #68 remove unnecessary constructor calling#70

Open
tingshao wants to merge 1 commit intointel:masterfrom
tingshao:master
Open

Fix issue #68 remove unnecessary constructor calling#70
tingshao wants to merge 1 commit intointel:masterfrom
tingshao:master

Conversation

@tingshao
Copy link
Contributor

@kenny-y please help to review this. Because it removes some code related to constructor calling which you added for another bug, I'm not a bit confident with the impact. Thanks.

when interface are defined as
[
Constructor(long val)
]
interface MyClass {
attribute readonly long value;
};

there will be compile error, because the generated nan__xxx file calls new MyClass() but there is no
default constructor for MyClass generated.

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.

1 participant