We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1538de commit f65d07fCopy full SHA for f65d07f
1 file changed
generate/scripts/helpers.js
@@ -221,6 +221,7 @@ var Helpers = {
221
field.jsFunctionName = utils.camelCase(field.name);
222
field.cppClassName = Helpers.cTypeToCppName(field.type);
223
field.jsClassName = utils.titleCase(Helpers.cTypeToJsName(field.type));
224
+ field.ownedByThis = true;
225
226
if (Helpers.isCallbackFunction(field.cType)) {
227
Helpers.processCallback(field);
0 commit comments