-
Notifications
You must be signed in to change notification settings - Fork 17
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
Should implement dictionaries feature. #169
Comments
romandev
pushed a commit
that referenced
this issue
Nov 29, 2017
…185) This patch is first step to implement dictionaries feature. it is possible only to call function which take dictionaries type as parameter in this patch. so we should implement below things to enhance dictionaries feature. - convert native object from javascript type and pass as parameter - should implement function which return dictionaries type ISSUE=#169
hwanseung
added a commit
to hwanseung/bacardi
that referenced
this issue
Dec 10, 2017
it was unused file. but it was included when dictionary feature work. ISSUE=lunchclass#169
Merged
hwanseung
added a commit
that referenced
this issue
Dec 13, 2017
it was unused file. but it was included when dictionary feature work. ISSUE=#169
romandev
pushed a commit
that referenced
this issue
Dec 15, 2017
When javascript dictionary type passed as parameter, it should be pass as native object at cpp side. so it is need to convert to native object. present, this CL has test which take double type. so we should add other tests for other primitive types. ISSUE=#169
romandev
pushed a commit
that referenced
this issue
Jan 3, 2018
When dictionary has string member, "std::" was missed in front of string keyword. So, it makes build error. ISSUE=#169
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should implement dictionaries feature.
The text was updated successfully, but these errors were encountered: