Home
last modified time | relevance | path

Searched full:37 (Results 1 – 25 of 189) sorted by relevance

12345678

/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js50 const leadingThirtysevenList = list.bind(null, 37);
53 const addThirtySeven = addArguments.bind(null, 37);
55 const list2 = leadingThirtysevenList(); // [37]
58 const list3 = leadingThirtysevenList(1, 2, 3); // [37, 1, 2, 3]
61 const result2 = addThirtySeven(5); // 37 + 5 = 42
64 const result3 = addThirtySeven(5, 10); // 37 + 5 = 42, (the second argument is ignored)
Dexpect_output.txt17 37
18 37,1,2,3
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-mapped-type-expected.txt602 "column": 37
613 "column": 37
624 "column": 37
635 "column": 37
782 "column": 37
793 "column": 37
804 "column": 37
815 "column": 37
962 "column": 37
973 "column": 37
[all …]
Dtest-ts-parameter-property-expected.txt879 "line": 37,
883 "line": 37,
908 "line": 37,
912 "line": 37,
923 "line": 37,
927 "line": 37,
928 "column": 37
934 "line": 37,
938 "line": 37,
939 "column": 37
[all …]
Dtest-type-annotation-expected.txt1157 "column": 37
1168 "column": 37
1247 "line": 37,
1251 "line": 37,
1260 "line": 37,
1264 "line": 37,
1272 "line": 37,
1276 "line": 37,
1283 "line": 37,
1287 "line": 37,
[all …]
Dtest-keyword-declare-expected.txt473 "column": 37
485 "column": 37
506 "column": 37
865 "line": 37,
876 "line": 37,
889 "line": 37,
901 "line": 37,
905 "line": 37,
918 "line": 37,
922 "line": 37,
Dtest-ts-type-predicate-expected.txt426 "column": 37
1151 "column": 37
1163 "column": 37
1798 "line": 37,
1802 "line": 37,
1814 "line": 37,
1818 "line": 37,
1827 "line": 37,
1831 "line": 37,
1839 "line": 37,
[all …]
Dtest-interface-method-identifier1-expected.txt88 "column": 37
99 "column": 37
336 "column": 37
379 "column": 37
390 "column": 37
Dtest-type-template-literal1-expected.txt175 "column": 37
188 "column": 37
Dtest-ts-constructor-type1-expected.txt1 SyntaxError: '=>' expected [test-ts-constructor-type1.ts:17:37]
Dtest-class-definition-expected.txt1431 "column": 37
1448 "column": 37
1801 "line": 37,
1805 "line": 37,
1814 "line": 37,
1818 "line": 37,
1825 "line": 37,
1829 "line": 37,
1843 "line": 37,
1847 "line": 37,
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-arrow-function-expected.txt1359 "line": 37,
1363 "line": 37,
1384 "line": 37,
1388 "line": 37,
1404 "line": 37,
1408 "line": 37,
1415 "line": 37,
1419 "line": 37,
1426 "line": 37,
1430 "line": 37,
[all …]
Dtest-class-definition-expected.txt975 "line": 37,
979 "line": 37,
1002 "line": 37,
1006 "line": 37,
1013 "line": 37,
1017 "line": 37,
1024 "line": 37,
1028 "line": 37,
1037 "line": 37,
1041 "line": 37,
Dtest-for-expected.txt571 "column": 37
1386 "line": 37,
1390 "line": 37,
1401 "line": 37,
1405 "line": 37,
1414 "line": 37,
1418 "line": 37,
1425 "line": 37,
1429 "line": 37,
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DinterfaceAssignment3-expected.txt765 "line": 37,
769 "line": 37,
780 "line": 37,
784 "line": 37,
791 "line": 37,
795 "line": 37,
802 "line": 37,
806 "line": 37,
823 TypeError: Type 'A' is not assignable to type 'D'. [interfaceAssignment3.ts:37:1]
DarrayDestructuring26-expected.txt260 "column": 37
271 "column": 37
284 "column": 37
296 "column": 37
DfunctionCall_3-expected.txt79 "column": 37
90 "column": 37
101 "column": 37
DobjectLiteralAssignability3-expected.txt117 "column": 37
129 "column": 37
141 "column": 37
DobjectLiteralAssignability1-expected.txt142 "column": 37
168 "column": 37
270 TypeError: Type 'string' is not assignable to type 'number'. [objectLiteralAssignability1.ts:17:37]
DtupleAssignability22-expected.txt103 "column": 37
114 "column": 37
DtupleAssignability19-expected.txt144 "column": 37
156 "column": 37
Dnew_expression_156-expected.txt81 "column": 37
92 "column": 37
DarrayDestructuring23-expected.txt180 "column": 37
191 "column": 37
Din_15-expected.txt123 "column": 37
135 "column": 37
DobjectLiteralAssignability9-expected.txt122 "column": 37
134 "column": 37

12345678