Searched refs:_testConvertToAsyncFunction (Results 1 – 1 of 1) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | convertToAsyncFunction.ts | 416 const _testConvertToAsyncFunction = createTestWrapper((it, caption: string, text: string) => { constant 437 _testConvertToAsyncFunction("convertToAsyncFunction_basic", ` 441 _testConvertToAsyncFunction("convertToAsyncFunction_arrayBindingPattern", ` 445 _testConvertToAsyncFunction("convertToAsyncFunction_objectBindingPattern", ` 449 _testConvertToAsyncFunction("convertToAsyncFunction_arrayBindingPatternRename", ` 454 _testConvertToAsyncFunction("convertToAsyncFunction_objectBindingPatternRename", ` 459 _testConvertToAsyncFunction("convertToAsyncFunction_basicNoReturnTypeAnnotation", ` 463 _testConvertToAsyncFunction("convertToAsyncFunction_basicWithComments", ` 472 _testConvertToAsyncFunction("convertToAsyncFunction_ArrowFunction", ` 476 _testConvertToAsyncFunction("convertToAsyncFunction_ArrowFunctionNoAnnotation", ` [all …]
|