From 5a6601aba973ba1d1ef30b7b64438c25623b89c5 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 16 Jan 2020 17:35:42 -0800 Subject: 5896 --- html/apps/calls.subx.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'html') diff --git a/html/apps/calls.subx.html b/html/apps/calls.subx.html index 168881c3..2513b344 100644 --- a/html/apps/calls.subx.html +++ b/html/apps/calls.subx.html @@ -752,7 +752,7 @@ if ('onhashchange' in window) { 762 # skip-until-close-paren(line) 763 # if (line->data[line->read] != ')' 764 # abort - 765 # ++line->data[line->read] to skip ')' + 765 # ++line->read to skip ')' 766 # out->end = &line->data[line->read] 767 # return 768 # if line->data[line->read] == ')' @@ -1203,7 +1203,7 @@ if ('onhashchange' in window) { 1213 81 0/subop/add %esp 8/imm32 1214 # check-ints-equal(_test-input-stream->read, 4, msg) 1215 # . . push args -1216 68/push "F - test-next-word-string-or-expression-without-metadata/updates-stream-read-correctly"/imm32 +1216 68/push "F - test-next-word-string-or-expression-without-metadata/updates-stream-read-correctly"/imm32 1217 68/push 4/imm32 1218 b8/copy-to-eax _test-input-stream/imm32 1219 ff 6/subop/push *(eax+4) @@ -1214,7 +1214,7 @@ if ('onhashchange' in window) { 1224 # check-ints-equal(slice->start - _test-input-stream->data, 2, msg) 1225 # . check-ints-equal(slice->start - _test-input-stream, 14, msg) 1226 # . . push args -1227 68/push "F - test-next-word-string-or-expression-without-metadata: start"/imm32 +1227 68/push "F - test-next-word-string-or-expression-without-metadata: start"/imm32 1228 68/push 0xe/imm32 1229 # . . push slice->start - _test-input-stream 1230 8b/-> *ecx 0/r32/eax @@ -1227,7 +1227,7 @@ if ('onhashchange' in window) { 1237 # check-ints-equal(slice->end - _test-input-stream->data, 4, msg) 1238 # . check-ints-equal(slice->end - _test-input-stream, 16, msg) 1239 # . . push args -1240 68/push "F - test-next-word-string-or-expression-without-metadata: end"/imm32 +1240 68/push "F - test-next-word-string-or-expression-without-metadata: end"/imm32 1241 68/push 0x10/imm32 1242 # . . push slice->end - _test-input-stream 1243 8b/-> *(ecx+4) 0/r32/eax @@ -1276,7 +1276,7 @@ if ('onhashchange' in window) { 1286 81 0/subop/add %esp 8/imm32 1287 # check-ints-equal(_test-input-stream->read, 5, msg) 1288 # . . push args -1289 68/push "F - test-next-word-string-or-expression-without-metadata-returns-whole-comment/updates-stream-read-correctly"/imm32 +1289 68/push "F - test-next-word-string-or-expression-without-metadata-returns-whole-comment/updates-stream-read-correctly"/imm32 1290 68/push 5/imm32 1291 b8/copy-to-eax _test-input-stream/imm32 1292 ff 6/subop/push *(eax+4) @@ -1287,7 +1287,7 @@ if ('onhashchange' in window) { 1297 # check-ints-equal(slice->start - _test-input-stream->data, 2, msg) 1298 # . check-ints-equal(slice->start - _test-input-stream, 14, msg) 1299 # . . push args -1300 68/push "F - test-next-word-string-or-expression-without-metadata-returns-whole-comment: start"/imm32 +1300 68/push "F - test-next-word-string-or-expression-without-metadata-returns-whole-comment: start"/imm32 1301 68/push 0xe/imm32 1302 # . . push slice->start - _test-input-stream 1303 8b/-> *ecx 0/r32/eax @@ -1300,7 +1300,7 @@ if ('onhashchange' in window) { 1310 # check-ints-equal(slice->end - _test-input-stream->data, 5, msg) 1311 # . check-ints-equal(slice->end - _test-input-stream, 17, msg) 1312 # . . push args -1313 68/push "F - test-next-word-string-or-expression-without-metadata-returns-whole-comment: end"/imm32 +1313 68/push "F - test-next-word-string-or-expression-without-metadata-returns-whole-comment: end"/imm32 1314 68/push 0x11/imm32 1315 # . . push slice->end - _test-input-stream 1316 8b/-> *(ecx+4) 0/r32/eax @@ -1392,7 +1392,7 @@ if ('onhashchange' in window) { 1402 # check-ints-equal(slice->start - _test-input-stream->data, 1, msg) 1403 # . check-ints-equal(slice->start - _test-input-stream, 13, msg) 1404 # . . push args -1405 68/push "F - test-next-word-string-or-expression-without-metadata-returns-string-literal: start"/imm32 +1405 68/push "F - test-next-word-string-or-expression-without-metadata-returns-string-literal: start"/imm32 1406 68/push 0xd/imm32 1407 # . . push slice->start - _test-input-stream 1408 8b/-> *ecx 0/r32/eax @@ -1405,7 +1405,7 @@ if ('onhashchange' in window) { 1415 # check-ints-equal(slice->end - _test-input-stream->data, 6, msg) 1416 # . check-ints-equal(slice->end - _test-input-stream, 18, msg) 1417 # . . push args -1418 68/push "F - test-next-word-string-or-expression-without-metadata-returns-string-literal: end"/imm32 +1418 68/push "F - test-next-word-string-or-expression-without-metadata-returns-string-literal: end"/imm32 1419 68/push 0x12/imm32 1420 # . . push slice->end - _test-input-stream 1421 8b/-> *(ecx+4) 0/r32/eax @@ -1455,7 +1455,7 @@ if ('onhashchange' in window) { 1465 # check-ints-equal(slice->start - _test-input-stream->data, 1, msg) 1466 # . check-ints-equal(slice->start - _test-input-stream, 13, msg) 1467 # . . push args -1468 68/push "F - test-next-word-string-or-expression-without-metadata-returns-string-with-escapes: start"/imm32 +1468 68/push "F - test-next-word-string-or-expression-without-metadata-returns-string-with-escapes: start"/imm32 1469 68/push 0xd/imm32 1470 # . . push slice->start - _test-input-stream 1471 8b/-> *ecx 0/r32/eax @@ -1468,7 +1468,7 @@ if ('onhashchange' in window) { 1478 # check-ints-equal(slice->end - _test-input-stream->data, 7, msg) 1479 # . check-ints-equal(slice->end - _test-input-stream, 19, msg) 1480 # . . push args -1481 68/push "F - test-next-word-string-or-expression-without-metadata-returns-string-with-escapes: end"/imm32 +1481 68/push "F - test-next-word-string-or-expression-without-metadata-returns-string-with-escapes: end"/imm32 1482 68/push 0x13/imm32 1483 # . . push slice->end - _test-input-stream 1484 8b/-> *(ecx+4) 0/r32/eax @@ -1518,7 +1518,7 @@ if ('onhashchange' in window) { 1528 # check-ints-equal(slice->start - _test-input-stream->data, 1, msg) 1529 # . check-ints-equal(slice->start - _test-input-stream, 13, msg) 1530 # . . push args -1531 68/push "F - test-next-word-string-or-expression-without-metadata-returns-whole-expression: start"/imm32 +1531 68/push "F - test-next-word-string-or-expression-without-metadata-returns-whole-expression: start"/imm32 1532 68/push 0xd/imm32 1533 # . . push slice->start - _test-input-stream 1534 8b/-> *ecx 0/r32/eax @@ -1531,7 +1531,7 @@ if ('onhashchange' in window) { 1541 # check-ints-equal(slice->end - _test-input-stream->data, 7, msg) 1542 # . check-ints-equal(slice->end - _test-input-stream, 19, msg) 1543 # . . push args -1544 68/push "F - test-next-word-string-or-expression-without-metadata-returns-whole-expression: end"/imm32 +1544 68/push "F - test-next-word-string-or-expression-without-metadata-returns-whole-expression: end"/imm32 1545 68/push 0x13/imm32 1546 # . . push slice->end - _test-input-stream 1547 8b/-> *(ecx+4) 0/r32/eax @@ -1580,7 +1580,7 @@ if ('onhashchange' in window) { 1590 81 0/subop/add %esp 8/imm32 1591 # check-ints-equal(slice->start, 0, msg) 1592 # . . push args -1593 68/push "F - test-next-word-string-or-expression-without-metadata-returns-eol-on-trailing-close-paren: start"/imm32 +1593 68/push "F - test-next-word-string-or-expression-without-metadata-returns-eol-on-trailing-close-paren: start"/imm32 1594 68/push 0/imm32 1595 ff 6/subop/push *ecx 1596 # . . call @@ -1589,7 +1589,7 @@ if ('onhashchange' in window) { 1599 81 0/subop/add %esp 0xc/imm32 1600 # check-ints-equal(slice->end, 0, msg) 1601 # . . push args -1602 68/push "F - test-next-word-string-or-expression-without-metadata-returns-eol-on-trailing-close-paren: end"/imm32 +1602 68/push "F - test-next-word-string-or-expression-without-metadata-returns-eol-on-trailing-close-paren: end"/imm32 1603 68/push 0/imm32 1604 ff 6/subop/push *(ecx+4) 1605 # . . call @@ -1635,7 +1635,7 @@ if ('onhashchange' in window) { 1645 81 0/subop/add %esp 8/imm32 1646 # check-ints-equal(slice->start, 0, msg) 1647 # . . push args -1648 68/push "F - test-next-word-string-or-expression-without-metadata-handles-comment-after-trailing-close-paren: start"/imm32 +1648 68/push "F - test-next-word-string-or-expression-without-metadata-handles-comment-after-trailing-close-paren: start"/imm32 1649 68/push 0/imm32 1650 ff 6/subop/push *ecx 1651 # . . call @@ -1644,7 +1644,7 @@ if ('onhashchange' in window) { 1654 81 0/subop/add %esp 0xc/imm32 1655 # check-ints-equal(slice->end, 0, msg) 1656 # . . push args -1657 68/push "F - test-next-word-string-or-expression-without-metadata-handles-comment-after-trailing-close-paren: end"/imm32 +1657 68/push "F - test-next-word-string-or-expression-without-metadata-handles-comment-after-trailing-close-paren: end"/imm32 1658 68/push 0/imm32 1659 ff 6/subop/push *(ecx+4) 1660 # . . call @@ -1690,7 +1690,7 @@ if ('onhashchange' in window) { 1700 81 0/subop/add %esp 8/imm32 1701 # check-ints-equal(slice->start, 0, msg) 1702 # . . push args -1703 68/push "F - test-next-word-string-or-expression-without-metadata-handles-newline-after-trailing-close-paren: start"/imm32 +1703 68/push "F - test-next-word-string-or-expression-without-metadata-handles-newline-after-trailing-close-paren: start"/imm32 1704 68/push 0/imm32 1705 ff 6/subop/push *ecx 1706 # . . call @@ -1699,7 +1699,7 @@ if ('onhashchange' in window) { 1709 81 0/subop/add %esp 0xc/imm32 1710 # check-ints-equal(slice->end, 0, msg) 1711 # . . push args -1712 68/push "F - test-next-word-string-or-expression-without-metadata-handles-newline-after-trailing-close-paren: end"/imm32 +1712 68/push "F - test-next-word-string-or-expression-without-metadata-handles-newline-after-trailing-close-paren: end"/imm32 1713 68/push 0/imm32 1714 ff 6/subop/push *(ecx+4) 1715 # . . call @@ -1746,7 +1746,7 @@ if ('onhashchange' in window) { 1756 # check-ints-equal(slice->start - _test-input-stream->data, 1, msg) 1757 # . check-ints-equal(slice->start - _test-input-stream, 13, msg) 1758 # . . push args -1759 68/push "F - test-next-word-string-or-expression-without-metadata-stops-at-close-paren: start"/imm32 +1759 68/push "F - test-next-word-string-or-expression-without-metadata-stops-at-close-paren: start"/imm32 1760 68/push 0xd/imm32 1761 # . . push slice->start - _test-input-stream 1762 8b/-> *ecx 0/r32/eax @@ -1759,7 +1759,7 @@ if ('onhashchange' in window) { 1769 # check-ints-equal(slice->end - _test-input-stream->data, 4, msg) 1770 # . check-ints-equal(slice->end - _test-input-stream, 16, msg) 1771 # . . push args -1772 68/push "F - test-next-word-string-or-expression-without-metadata-stops-at-close-paren: end"/imm32 +1772 68/push "F - test-next-word-string-or-expression-without-metadata-stops-at-close-paren: end"/imm32 1773 68/push 0x10/imm32 1774 # . . push slice->end - _test-input-stream 1775 8b/-> *(ecx+4) 0/r32/eax -- cgit 1.4.1-2-gfad0