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 24f52ca commit 229ae15Copy full SHA for 229ae15
src/vm/js/nqp-runtime/reprs.js
@@ -1030,7 +1030,7 @@ class VMArray extends REPR {
1030
return obj;
1031
}
1032
1033
- setupSTable(STable) {
+ setupSTableWhenComposed(STable) {
1034
STable.addInternalMethods(class {
1035
$$push(value) {
1036
if (this._SC !== undefined) this.$$scwb();
@@ -1137,9 +1137,7 @@ 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