@@ -316,86 +316,89 @@ end
316
316
91: function format_backtrace_slot(pos, slot){
317
317
92: function info(is_raise){
318
318
93: /*<<test.ml:46:4>>*/ return is_raise
319
- 94: ? 0 === pos ? cst_Raised_at : cst_Re_raised_at
320
- 95: : 0 === pos ? cst_Raised_by_primitive_operat : cst_Called_from;
321
- 96: /*<<test.ml:49:75>>*/ }
322
- 97: /*<<test.ml:51:2>>*/ if(0 === slot[0]){
323
- 98: /*<<test.ml:59:14>>*/ var
324
- 99: _h_ = slot[5],
325
- 100: _i_ = slot[4],
326
- 101: _j_ = slot[3],
327
- 102: _k_ = slot[6] ? cst_inlined : cst,
328
- 103: _l_ = slot[2],
329
- 104: _m_ = slot[7],
330
- 105: /*<<test.ml:59:14>>*/ _n_ = info(slot[1]);
331
- 106: /*<<test.ml:58:6>>*/ return [0,
332
- 107: /*<<test.ml:58:11>>*/ caml_call8
333
- 108: (Stdlib_Printf[4], _a_, _n_, _m_, _l_, _k_, _j_, _i_, _h_)];
334
- 109: }
335
- 110: if(slot[1]) /*<<test.ml:54:50>>*/ return 0;
336
- 111: /*<<test.ml:56:51>>*/ /*<<test.ml:56:51>>*/ var _o_ = info(0);
337
- 112: /*<<test.ml:56:8>>*/ return [0,
338
- 113: /*<<test.ml:56:13>>*/ caml_call2(Stdlib_Printf[4], _b_, _o_)];
339
- 114: /*<<test.ml:61:52>>*/ }
340
- 115: function print_exception_backtrace(outchan, backtrace){
341
- 116: /*<<test.ml:64:2>>*/ if(! backtrace)
342
- 117: /*<<test.ml:66:6>>*/ return /*<<test.ml:66:6>>*/ caml_call2
343
- 118: (Stdlib_Printf[1], outchan, _d_);
344
- 119: var a = backtrace[1], _f_ = a.length - 1 - 1 | 0, _e_ = 0;
345
- 120: if(_f_ >= 0){
346
- 121: var i = _e_;
347
- 122: for(;;){
348
- 123: /*<<test.ml:70:14>>*/ /*<<test.ml:70:14>>*/ var
349
- 124: match = format_backtrace_slot(i, runtime.caml_check_bound(a, i)[1 + i]);
350
- 125: if(match){
351
- 126: var str = match[1];
352
- 127: /*<<test.ml:72:24>>*/ /*<<test.ml:72:24>>*/ caml_call3
353
- 128: (Stdlib_Printf[1], outchan, _c_, str);
354
- 129: }
355
- 130: /*<<test.ml:69:6>>*/ /*<<test.ml:69:6>>*/ var _g_ = i + 1 | 0;
356
- 131: if(Object.is(_f_, i)) break;
357
- 132: var i = _g_;
358
- 133: }
359
- 134: }
360
- 135: return 0;
361
- 136: /*<<test.ml:73:10>>*/ }
362
- 137: function compare(left, right, e1, e2){
363
- 138: /*<<test.ml:77:35>>*/ if(0 === e1[0]){
364
- 139: var v1 = e1[1];
365
- 140: if(0 !== e2[0]) /*<<test.ml:80:23>>*/ return -1;
366
- 141: var v2 = e2[1];
367
- 142: /*<<test.ml:78:24>>*/ return /*<<test.ml:78:24>>*/ caml_call2
368
- 143: (left, v1, v2);
369
- 144: }
370
- 145: var v1$0 = e1[1];
371
- 146: if(0 === e2[0]) /*<<test.ml:81:23>>*/ return 1;
372
- 147: var v2$0 = e2[1];
373
- 148: /*<<test.ml:79:26>>*/ return /*<<test.ml:79:26>>*/ caml_call2
374
- 149: (right, v1$0, v2$0);
375
- 150: /*<<test.ml:81:24>>*/ }
376
- 151: /*<<test.ml:75:16>>*/ var
377
- 152: /*<<test.ml:75:16>>*/ Either = [0, compare],
378
- 153: Test =
379
- 154: [0,
380
- 155: executable_name,
381
- 156: os_type,
382
- 157: backend_type,
383
- 158: big_endian,
384
- 159: word_size,
385
- 160: int_size,
386
- 161: unix,
387
- 162: win32,
388
- 163: cygwin,
389
- 164: max_array_length,
390
- 165: max_floatarray_length,
391
- 166: max_string_length,
392
- 167: Unhandled,
393
- 168: format_backtrace_slot,
394
- 169: print_exception_backtrace,
395
- 170: Either];
396
- 171: runtime.caml_register_global(12, Test, " Test ");
397
- 172: return;
398
- 173: /*<<?>>*/ }
399
- 174: (globalThis));
400
- 175:
401
- 176: //# sourceMappingURL=test.map |}]
319
+ 94: ? Object.is(0, pos) ? cst_Raised_at : cst_Re_raised_at
320
+ 95: : Object.is
321
+ 96: (0, pos)
322
+ 97: ? cst_Raised_by_primitive_operat
323
+ 98: : cst_Called_from;
324
+ 99: /*<<test.ml:49:75>>*/ }
325
+ 100: /*<<test.ml:51:2>>*/ if(0 === slot[0]){
326
+ 101: /*<<test.ml:59:14>>*/ var
327
+ 102: _h_ = slot[5],
328
+ 103: _i_ = slot[4],
329
+ 104: _j_ = slot[3],
330
+ 105: _k_ = slot[6] ? cst_inlined : cst,
331
+ 106: _l_ = slot[2],
332
+ 107: _m_ = slot[7],
333
+ 108: /*<<test.ml:59:14>>*/ _n_ = info(slot[1]);
334
+ 109: /*<<test.ml:58:6>>*/ return [0,
335
+ 110: /*<<test.ml:58:11>>*/ caml_call8
336
+ 111: (Stdlib_Printf[4], _a_, _n_, _m_, _l_, _k_, _j_, _i_, _h_)];
337
+ 112: }
338
+ 113: if(slot[1]) /*<<test.ml:54:50>>*/ return 0;
339
+ 114: /*<<test.ml:56:51>>*/ /*<<test.ml:56:51>>*/ var _o_ = info(0);
340
+ 115: /*<<test.ml:56:8>>*/ return [0,
341
+ 116: /*<<test.ml:56:13>>*/ caml_call2(Stdlib_Printf[4], _b_, _o_)];
342
+ 117: /*<<test.ml:61:52>>*/ }
343
+ 118: function print_exception_backtrace(outchan, backtrace){
344
+ 119: /*<<test.ml:64:2>>*/ if(! backtrace)
345
+ 120: /*<<test.ml:66:6>>*/ return /*<<test.ml:66:6>>*/ caml_call2
346
+ 121: (Stdlib_Printf[1], outchan, _d_);
347
+ 122: var a = backtrace[1], _f_ = a.length - 1 - 1 | 0, _e_ = 0;
348
+ 123: if(_f_ >= 0){
349
+ 124: var i = _e_;
350
+ 125: for(;;){
351
+ 126: /*<<test.ml:70:14>>*/ /*<<test.ml:70:14>>*/ var
352
+ 127: match = format_backtrace_slot(i, runtime.caml_check_bound(a, i)[1 + i]);
353
+ 128: if(match){
354
+ 129: var str = match[1];
355
+ 130: /*<<test.ml:72:24>>*/ /*<<test.ml:72:24>>*/ caml_call3
356
+ 131: (Stdlib_Printf[1], outchan, _c_, str);
357
+ 132: }
358
+ 133: /*<<test.ml:69:6>>*/ /*<<test.ml:69:6>>*/ var _g_ = i + 1 | 0;
359
+ 134: if(Object.is(_f_, i)) break;
360
+ 135: var i = _g_;
361
+ 136: }
362
+ 137: }
363
+ 138: return 0;
364
+ 139: /*<<test.ml:73:10>>*/ }
365
+ 140: function compare(left, right, e1, e2){
366
+ 141: /*<<test.ml:77:35>>*/ if(0 === e1[0]){
367
+ 142: var v1 = e1[1];
368
+ 143: if(0 !== e2[0]) /*<<test.ml:80:23>>*/ return -1;
369
+ 144: var v2 = e2[1];
370
+ 145: /*<<test.ml:78:24>>*/ return /*<<test.ml:78:24>>*/ caml_call2
371
+ 146: (left, v1, v2);
372
+ 147: }
373
+ 148: var v1$0 = e1[1];
374
+ 149: if(0 === e2[0]) /*<<test.ml:81:23>>*/ return 1;
375
+ 150: var v2$0 = e2[1];
376
+ 151: /*<<test.ml:79:26>>*/ return /*<<test.ml:79:26>>*/ caml_call2
377
+ 152: (right, v1$0, v2$0);
378
+ 153: /*<<test.ml:81:24>>*/ }
379
+ 154: /*<<test.ml:75:16>>*/ var
380
+ 155: /*<<test.ml:75:16>>*/ Either = [0, compare],
381
+ 156: Test =
382
+ 157: [0,
383
+ 158: executable_name,
384
+ 159: os_type,
385
+ 160: backend_type,
386
+ 161: big_endian,
387
+ 162: word_size,
388
+ 163: int_size,
389
+ 164: unix,
390
+ 165: win32,
391
+ 166: cygwin,
392
+ 167: max_array_length,
393
+ 168: max_floatarray_length,
394
+ 169: max_string_length,
395
+ 170: Unhandled,
396
+ 171: format_backtrace_slot,
397
+ 172: print_exception_backtrace,
398
+ 173: Either];
399
+ 174: runtime.caml_register_global(12, Test, " Test ");
400
+ 175: return;
401
+ 176: /*<<?>>*/ }
402
+ 177: (globalThis));
403
+ 178:
404
+ 179: //# sourceMappingURL=test.map |}]
0 commit comments