Skip to content

Commit d953b19

Browse files
committed
[js] Improve NativeRef stub.
1 parent f0aff29 commit d953b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/js/nqp-runtime/reprs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,6 +1036,7 @@ module.exports.VMException = VMException;
10361036
function NativeRef() {
10371037
}
10381038
NativeRef.prototype.allocate = basic_allocate;
1039+
NativeRef.prototype.create_obj_constructor = basic_constructor;
10391040
NativeRef.prototype.type_object_for = basic_type_object_for;
10401041
NativeRef.prototype.compose = noop_compose;
10411042
module.exports.NativeRef = NativeRef;

0 commit comments

Comments
 (0)