Lines Matching refs:start
827 Pe.throwExceptionIf(e, Pe.not(Pe.validIdentifier(n)), `level name "${n}" is not a valid identifier (must start with a letter, only contain A-Z,a-z,0-9,_)`), Pe.throwExceptionIf(e, Pe.not(Pe.anObject(t[n])), `level "${n}" must be an object`), Pe.throwExceptionIf(e, Pe.not(t[n].value), `level "${n}" must have a 'value' property`), Pe.throwExceptionIf(e, Pe.not(Pe.anInteger(t[n].value)), `level "${n}".value must have an integer value`), Pe.throwExceptionIf(e, Pe.not(t[n].colour), `level "${n}" must have a 'colour' property`), Pe.throwExceptionIf(e, Pe.not(ke.indexOf(t[n].colour) > -1), `level "${n}".colour must be one of ${ke.join(", ")}`)
1275 if (void 0 !== this.start) {
1276 if ("number" != typeof this.start) throw TypeError("start must be a Number");
1278 if (this.start > this.end) throw new Error("start must be <= end");
1279 this.pos = this.start
1296 if (void 0 !== this.start) {
1297 if ("number" != typeof this.start) throw TypeError("start must be a Number");
1298 if (this.start < 0) throw new Error("start must be >= zero");
1299 this.pos = this.start
3264 let ls, fs, ds, Ds, ps, hs, Es = "start", ms = [], ys = 0, Cs = 1, Fs = 0, gs = !1, As = "default", vs = "'", Ss = 1;
3267 fs = String(e), Es = "start", ms = [], ys = 0, Cs = 1, Fs = 0, Ds = void 0, gs = t;
3314 start() {
3643 start() {