Lines Matching refs:result

208             if (value.formula || value.result) {
209 return value.result || '';
714 return this._value.result;
1279 result: value ? value.result : undefined
1333 return "".concat(this.model.result || '');
1341 return this.model.result ? this.model.result.toString() : '';
1386 return this.model.result;
1389 this.model.result = value;
1399 var v = this.model.result;
3674 result: column.totalsRowResult
3727 result: column.totalsRowResult
4954 result: getResult(r, c)
4960 result: getResult(r, c)
5862 var result = {
5869 result.tl = this.n2l(result.left) + result.top;
5870 result.br = this.n2l(result.right) + result.bottom;
5871 result.dimensions = "".concat(result.tl, ":").concat(result.br);
5872 return result;
6043result = gen[key](arg); var value = result.value; var wrappedAwait = value instanceof _AwaitValue;…
6991 var result = '';
7022 if (lastIndex !== i) result += html.substring(lastIndex, i);
7024 result += escape;
7027 if (lastIndex !== i) return result + html.substring(lastIndex, i);
7028 return result;
7154 var result = '';
7203 if (lastIndex !== i) result += text.substring(lastIndex, i);
7205 if (escape) result += escape;
7208 if (lastIndex !== i) return result + text.substring(lastIndex, i);
7209 return result;
7247 var result = fmt.match(/[ymdhMsb]+/) !== null;
7248 return result;
7509result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
8287result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
8431result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
8511result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
8582result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
8656result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
8761result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
9292result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
9376result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
9457result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
9562result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
9719result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
9889result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
10042result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
10164result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
10268result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
10344result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
10417result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
10567result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
10729result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
10945result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
11015result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
11137result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
11235result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
11352result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
11440result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
11525result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
11645result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
11782result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
11951result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
12041result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
12130result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
12218result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
12335result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
12453result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
12613result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
12729result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
12873result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
12967result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
13026 return getValueType(cell.result);
13163 switch (getValueType(model.result)) {
13173 xmlStream.leafNode('v', null, model.result);
13178 xmlStream.leafNode('v', null, model.result);
13184 xmlStream.leafNode('v', null, model.result ? 1 : 0);
13190 xmlStream.leafNode('v', null, model.result.error);
13195 xmlStream.leafNode('v', null, utils.dateToExcel(model.result, model.date1904));
13373 model.result = utils.xmlDecode(model.value);
13375 model.result = parseInt(model.value, 10) !== 0;
13377 model.result = {
13381 model.result = parseFloat(model.value);
13496 if (model.result !== undefined && style && utils.isDateFmt(style.numFmt)) {
13497 model.result = utils.excelToDate(model.result, options.date1904);
13524 model.text = model.result;
13525 model.result = undefined;
13568result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
13640result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
13788result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
13875result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
13984result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
14100result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
14230result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
14312result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
14436result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
14512result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
14893result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
14964result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
15052result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
15158result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
15301result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
15394result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
15558result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
15628result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
15719result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
15863result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
16229result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
16306result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
16387result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
16534result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
16734result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
16815result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
16973result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
17061result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
17134result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
17233result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
17315result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
17475result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
17556result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
17655result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
17728result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
17937result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
18044result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
18189result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
18331result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
18597result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
18678result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
19305result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
19378result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
19489result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
19593result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
19690result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
19801result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
19958result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
20112result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
20275result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
20461result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
20553result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
20764result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
21042result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
21161result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
21327result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
21805result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
22040result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
22153result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
22256result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
22440result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
23174result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
23270result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
23407result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
23492result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
23583result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
23676result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
25524result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
26095 var result = {};
26097 if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
26100 __setModuleDefault(result, mod);
26102 return result;
26236result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result
26627 var result = {};
26629 if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
26632 __setModuleDefault(result, mod);
26634 return result;
28349 var result = state['default'];
28399 if (state.any) result = input.raw(_save);else input = body;
28407 result = this._decodeGeneric(state.tag, input, options);
28409 result = this._decodeChoice(input, options);
28412 if (input.isError(result)) return result; // Decode children
28424 var data = new DecoderBuffer(result);
28425 result = this._getUse(state.contains, input._reporterState.obj)._decode(data, options);
28430 if (state.obj && present) result = input.leaveObject(prevObj); // Set key
28432 …if (state.key !== null && (result !== null || present === true)) input.leaveKey(prevKey, state.key…
28433 return result;
28465 var result = null;
28475 result = {
28488 return result;
28502 var result = this._encodeValue(data, reporter, parent);
28504 if (result === undefined) return;
28505 if (this._skipDefault(result, reporter, parent)) return;
28506 return result;
28513 var result = null; // Set reporter to share it with a child class
28527 result = this._createEncoderBuffer(data);
28529 result = this._encodeChoice(data, reporter);
28560 result = this._getUse(state.use, parent)._encode(data, reporter);
28575 if (state.use === null) result = this._encodeComposite(tag, primitive, cls, content);
28580 …if (state.explicit !== null) result = this._encodeComposite(state.explicit, false, 'context', resu…
28581 return result;
40784 var value, result;
40787 result = boundFunction(value, index, O);
40789 if (IS_MAP) target[index] = result; // map
40790 else if (result) switch (TYPE) {
40957 var O, tag, result;
40964 : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
41556 var Result = function (stopped, result) {
41558 this.result = result;
41563 var iterator, iterFn, index, length, result, next, step;
41573 result = AS_ENTRIES
41576 if (result && result instanceof Result) return result;
41584 result = callWithSafeIterationClosing(iterator, boundFunction, step.value, AS_ENTRIES);
41585 if (typeof result == 'object' && result && result instanceof Result) return result;
41589 iterate.stop = function (result) {
41590 return new Result(true, result);
41888 var result;
41891 result = new EmptyConstructor();
41894 result[IE_PROTO] = O;
41895 } else result = NullProtoObject();
41896 return Properties === undefined ? result : defineProperties(result, Properties);
42028 var result = [];
42030 for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
42033 ~indexOf(result, key) || result.push(key);
42035 return result;
42102 var result = [];
42107 result.push(TO_ENTRIES ? [key, O[key]] : O[key]);
42110 return result;
42818 var result, then, exited;
42825 if (handler === true) result = value;
42828 result = handler(value); // can throw
42834 if (result === reaction.promise) {
42836 } else if (then = isThenable(result)) {
42837 then.call(result, resolve, reject);
42838 } else resolve(result);
42868 var result;
42870 result = perform(function () {
42877 if (result.error) throw result.value;
43056 var result = perform(function () {
43075 if (result.error) reject(result.value);
43084 var result = perform(function () {
43090 if (result.error) reject(result.value);
43289 var result = [];
43291 if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key);
43293 return result;
43299 var result = [];
43302 result.push(AllSymbols[key]);
43305 return result;
47803 result: false,
47807 result: false,
47811 result: false,
47815 result: true,
51193 var result = unixPermissions;
51199 result = isDir ? 0x41fd : 0x81b4;
51202 return (result & 0xFFFF) << 16;
52288 var result = [];
52292 result.push(entry);
52295 return result;
52561 var result = this.data.slice(this.zero + this.index, this.zero + this.index + size);
52563 return result;
52635 var result = 0,
52640 result = (result << 8) + this.byteAt(i);
52644 return result;
52714 var result = this.data.slice(this.zero + this.index, this.zero + this.index + size);
52716 return result;
52765 var result = this.data.slice(this.zero + this.index, this.zero + this.index + size);
52767 return result;
52796 var result = this.data.subarray(this.zero + this.index, this.zero + this.index + size);
52798 return result;
53484 var result = transformZipOutput(resultType, concat(chunkType, dataArray), mimeType);
53485 resolve(result);
53990 var result = null;
53993 result = new Uint8Array(str.length);
53995 result = new Array(str.length);
53998 return stringToArrayLike(str, result);
54079 var result = [],
54089 result.push(String.fromCharCode.apply(null, array.slice(k, Math.min(k + chunk, len))));
54091 result.push(String.fromCharCode.apply(null, array.subarray(k, Math.min(k + chunk, len))));
54097 return result.join("");
54296 var result = transform[inputType][outputType](input);
54297 return result;
54399 var result = {},
54406 if (arguments[i].hasOwnProperty(attr) && typeof result[attr] === "undefined") {
54407 result[attr] = arguments[i][attr];
54412 return result;
54435 resolve(e.target.result);
54526 var result = signature === expectedSignature;
54528 return result;
55121 var result = null,
55136 result = this._decompressWorker();
55140 result = result.pipe(new utf8.Utf8EncodeWorker());
55144 result = result.pipe(new utf8.Utf8DecodeWorker());
55147 result = new GenericWorker("error");
55148 result.error(e);
55151 return new StreamHelper(result, outputType, "");
55185 var result = this._decompressWorker();
55188 result = result.pipe(new utf8.Utf8EncodeWorker());
55191 return CompressedObject.createWorkerFrom(result, compression, compressionOptions);
55348 var result = tryCatch(getThen, value);
55350 if (result.status === 'error') {
55351 return handlers.reject(self, result.value);
55354 var thenable = result.value;
55422 var result = tryCatch(tryToUnwrap);
55424 if (result.status === 'error') {
55425 onError(result.value);
55618 var result = value + '';
55619 return result == '0' && 1 / value == -INFINITY ? '-0' : result;
55915 result = Array(n);
55918 result[index] = iteratee(index);
55921 return result;
55962 var result = false;
55966 result = !!(value + '');
55970 return result;
55983 result = Array(map.size);
55985 result[++index] = [key, value];
55987 return result;
56015 result = Array(set.size);
56017 result[++index] = value;
56019 return result;
56142 var result = data[key];
56143 return result === HASH_UNDEFINED ? undefined : result;
56572 var result = isArray(value) || isArguments(value) ? baseTimes(value.length, String) : [];
56573 var length = result.length,
56578 result.push(key);
56582 return result;
56840 var result = customizer(objValue, srcValue, key, object, source, stack);
56843 …if (!(result === undefined ? baseIsEqual(srcValue, objValue, customizer, UNORDERED_COMPARE_FLAG | …
56921 var result = [];
56925 result.push(key);
56929 return result;
57005 var result = value + '';
57006 return result == '0' && 1 / value == -INFINITY ? '-0' : result;
57130 result = true,
57148 result = false;
57159 result = false;
57163 result = false;
57170 return result;
57247 … var result = equalArrays(convert(object), convert(other), equalFunc, customizer, bitmask, stack);
57249 return result;
57304 var result = true;
57320 result = false;
57327 if (result && !skipCtor) {
57332 result = false;
57338 return result;
57364 var result = keys(object),
57365 length = result.length;
57368 var key = result[length],
57370 result[length] = [key, value, isStrictComparable(value)];
57373 return result;
57403 var result = objectToString.call(value),
57404 Ctor = result == objectTag ? value.constructor : undefined,
57426 return result;
57442 var result,
57449 if (!(result = object != null && hasFunc(object, key))) {
57456 if (result) {
57457 return result;
57584 var result = [];
57587 result.push('');
57591 result.push(quote ? string.replace(reEscapeChar, '$1') : number || match);
57593 return result;
57608 var result = value + '';
57609 return result == '0' && 1 / value == -INFINITY ? '-0' : result;
57659 var groupBy = createAggregator(function (result, value, key) {
57660 if (hasOwnProperty.call(result, key)) {
57661 result[key].push(value);
57663 result[key] = [value];
57725 var result = func.apply(this, args);
57726 memoized.cache = cache.set(key, result);
57727 return result;
58093 var result = object == null ? undefined : baseGet(object, path);
58094 return result === undefined ? defaultValue : result;
58412 result = [];
58418 result[resIndex++] = value;
58422 return result;
58482 result = Array(n);
58485 result[index] = iteratee(index);
58488 return result;
58541 result = Array(map.size);
58543 result[++index] = [key, value];
58545 return result;
58573 result = Array(set.size);
58575 result[++index] = value;
58577 return result;
58687 var result = this.has(key) && delete this.__data__[key];
58688 this.size -= result ? 1 : 0;
58689 return result;
58706 var result = data[key];
58707 return result === HASH_UNDEFINED ? undefined : result;
58922 var result = getMapData(this, key)['delete'](key);
58923 this.size -= result ? 1 : 0;
58924 return result;
59071 result = data['delete'](key);
59073 return result;
59156 result = skipIndexes ? baseTimes(value.length, String) : [],
59157 length = result.length;
59165 result.push(key);
59169 return result;
59206 var result = keysFunc(object);
59207 return isArray(object) ? result : arrayPush(result, symbolsFunc(object));
59368 var result = [];
59372 result.push(key);
59376 return result;
59410 result = true,
59428 result = false;
59439 result = false;
59443 result = false;
59450 return result;
59526 … var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);
59528 return result;
59582 var result = true;
59598 result = false;
59605 if (result && !skipCtor) {
59610 result = false;
59616 return result;
59676 var result = nativeObjectToString.call(value);
59686 return result;
59719 var result = baseGetTag(value),
59720 Ctor = result == objectTag ? value.constructor : undefined,
59742 return result;
60301 var result = nativeObjectToString.call(value);
60311 return result;
60646 var result = false;
60650 result = !!(value + '');
60654 return result;
60667 result = Array(set.size);
60669 result[++index] = value;
60671 return result;
60773 var result = data[key];
60774 return result === HASH_UNDEFINED ? undefined : result;
61144 result = [],
61145 seen = result;
61161 seen = iteratee ? [] : result;
61182 result.push(value);
61184 if (seen !== result) {
61188 result.push(value);
61192 return result;
62072 this.result = this.chunks.join('');
62074 this.result = utils.flattenChunks(this.chunks);
62126 return deflator.result;
62502 this.result = this.chunks.join('');
62504 this.result = utils.flattenChunks(this.chunks);
62561 return inflator.result;
62658 var i, l, len, pos, chunk, result; // calculate data length
62667 result = new Uint8Array(len);
62672 result.set(chunk, pos);
62676 return result;
62820 var result = '';
62823 result += String.fromCharCode(buf[i]);
62826 return result;
74680 var result = record.arg;
74681 var value = result.value;
74695 result.value = unwrapped;
74696 resolve(result);
74750 : iter.next().then(function (result) {
74751 return result.done ? result.value : iter.next();