aboutsummaryrefslogtreecommitdiff
path: root/src/embind/embind.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/embind/embind.js')
-rwxr-xr-xsrc/embind/embind.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/embind/embind.js b/src/embind/embind.js
index c1f9552d..35d9dfdf 100755
--- a/src/embind/embind.js
+++ b/src/embind/embind.js
@@ -470,6 +470,8 @@ function RegisteredPointer(
Handle,
isReference,
isConst,
+
+ // smart pointer properties
isSmartPointer,
pointeeType,
sharingPolicy,
@@ -484,6 +486,8 @@ function RegisteredPointer(
this.Handle = Handle; // <-- I think I can kill this
this.isReference = isReference;
this.isConst = isConst;
+
+ // smart pointer properties
this.isSmartPointer = isSmartPointer;
this.pointeeType = pointeeType;
this.sharingPolicy = sharingPolicy;