Skip to content

Commit 1fbf6c5

Browse files
committed
[js] Add a noop compose for NFA
1 parent ca02098 commit 1fbf6c5

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
@@ -596,6 +596,7 @@ NFA.prototype.deserialize_finish = function(object, data) {
596596
};
597597
NFA.prototype.type_object_for = basic_type_object_for;
598598
NFA.prototype.allocate = basic_allocate;
599+
NFA.prototype.compose = noop_compose;
599600
NFA.name = 'NFA';
600601
exports.NFA = NFA;
601602

0 commit comments

Comments
 (0)