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 b770230 commit 24f52caCopy full SHA for 24f52ca
src/vm/js/nqp-runtime/reprs.js
@@ -1030,7 +1030,7 @@ class VMArray extends REPR {
1030
return obj;
1031
}
1032
1033
- setupSTableWhenComposed(STable) {
+ setupSTable(STable) {
1034
STable.addInternalMethods(class {
1035
$$push(value) {
1036
if (this._SC !== undefined) this.$$scwb();
@@ -1137,7 +1137,9 @@ class VMArray extends REPR {
1137
return cloned;
1138
1139
});
1140
+ }
1141
1142
+ setupSTableWhenComposed(STable) {
1143
if (this.primType === 0) {
1144
1145
$$atpos(index) {
0 commit comments