Searched full:todo (Results 1 – 25 of 297) sorted by relevance
12345678910>>...12
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | EnumConstant.sts | 18 // TODO(shumilov-petr): Add runtime mirror 44 // TODO(shumilov-petr): not implemented 49 // TODO(shumilov-petr): not implemented 54 // TODO(shumilov-petr): not implemented 59 // TODO(shumilov-petr): not implemented 64 // TODO(shumilov-petr): not implemented
|
| D | Field.sts | 58 assert(false) // TODO(shumilov-petr): throw exception 65 assert(false) // TODO(shumilov-petr): throw exception 68 assert(false) // TODO(shumilov-petr): throw exception 82 // TODO(shumilov-petr): allways false due to extra type info dumping required
|
| D | UnionCase.sts | 18 // TODO(shumilov-petr): Add runtime mirror 35 // TODO(shumilov-petr): not implemented
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | utility_types.sts | 35 interface Todo { 39 const todo: Readonly<Todo> = { 43 console.log(todo.title); 47 interface Todo { 53 type TodoPreview = Pick<Todo, 'title' | 'completed'>; 55 const todo: TodoPreview = { 60 console.log(todo); 64 interface Todo { 71 type TodoPreview = Omit<Todo, 'description'>; 73 const todo: TodoPreview = { [all …]
|
| D | partial_type.sts | 16 interface Todo { 20 function updateTodo(todo: Todo, fieldsToUpdate: Partial<Todo>) { // OK 21 return { ...todo, ...fieldsToUpdate };
|
| /arkcompiler/runtime_core/cmake/ |
| D | ClangTidy.cmake | 21 # TODO: Retry once we upgrade the checker. 26 # TODO (runtime): Remove this when enable tidy on qemu builds. 154 "-readability-static-accessed-through-instance" # TODO(knazarov) fix all occurences 155 "-readability-convert-member-functions-to-static" # TODO(knazarov) fix all occurences 156 "-bugprone-sizeof-expression" # TODO(knazarov) fix all occurences 157 "-bugprone-branch-clone" # TODO(knazarov) fix all occurences 159 … "-cppcoreguidelines-owning-memory" # TODO(dtrubenkov): look if we want to use GSL or gsl-lite 160 …"-cppcoreguidelines-pro-bounds-array-to-pointer-decay" # TODO(dtrubenkov): look into issue with A… 161 …"-cppcoreguidelines-pro-bounds-constant-array-index" # TODO(dtrubenkov): look if we want to use G… 162 … "-cppcoreguidelines-pro-type-const-cast" # TODO(dtrubenkov): consider to remove from global list [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/koala-related-benchmarks/ |
| D | arkts-mockup.sts | 17 // TODO: inheriting static invoke with type parameters causes es2panda crash 45 // TODO: this should be taken from the base class 63 // TODO: this should be taken from the base class 84 // TODO: Calling the Button() { ...
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | enumType.cpp | 29 // TODO(aszilagyi) in Identical() 41 // TODO(aszilagyi) in GetTypeFacts() 48 // TODO(aszilagyi) in Instantiate()
|
| /arkcompiler/runtime_core/static_core/docs/bc_verification/ |
| D | absint_checks.md | 39 ### (todo) Simple range checks of primitive types 43 ### (todo) Simple bounds checks 47 ### (todo) Checks for usage of some functions/intrinsics
|
| D | types_n_values.md | 107 TODO 111 TODO 115 TODO
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 39 ### (todo) Simple range checks of primitive types 43 ### (todo) Simple bounds checks 47 ### (todo) Checks for usage of some functions/intrinsics
|
| D | types_n_values.md | 107 TODO 111 TODO 115 TODO
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | array-expression.sts | 20 // TODO(user): unify copyBooleanArr and copyCharArr once generics are supported 29 // TODO(user): unify copyBooleanArr and copyCharArr once generics are supported 38 // TODO(user): unify cmpBooleanArr and cmpCharArr once generics are supported 53 // TODO(user): unify cmpBooleanArr and cmpCharArr once generics are supported
|
| D | struct-init.sts | 32 // TODO: catch NullPointerError if exception handling is implemented 39 // TODO: catch NullPointerError if exception handling is implemented
|
| D | class-init.sts | 32 // TODO: catch NullPointerError if exception handling is implemented 39 // TODO: catch NullPointerError if exception handling is implemented
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/ |
| D | list.std_core_string_instance.yaml | 1979 "Ninguém é igual a ninguém. Todo o ser humano é um estranho ímpar.", 1980 "Ninguém é igual a ninguém. Todo o ser humano é um estranho ímpar.", 1981 "Ninguém é igual a ninguém. Todo o ser humano é um estranho ímpar.", 1982 "Ninguém é igual a ninguém. Todo o ser humano é um estranho ímpar.", 1984 "Ninguém é igual a ninguém. Todo o ser humano é um estranho ímpar.", 1985 "Ninguém é igual a ninguém. Todo o ser humano é um estranho ímpar.", 1986 "Ninguém é igual a ninguém. Todo o ser humano é um estranho ímpar.", 1987 "Ninguém é igual a ninguém. Todo o ser humano é um estranho ímpar.", 1989 "Ninguém é igual a ninguém. Todo o ser humano é um estranho ímpar.", 1990 "Ninguém é igual a ninguém. Todo o ser humano é um estranho ímpar.", [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_demo/ |
| D | foo.sts | 20 // TODO(vpukhov): remove override 27 // TODO(vpukhov): add console.log
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | constructor_test.cpp | 55 // TODO! Enable when will supported in ~ConstructorTest() 92 // TODO! Enable when will supported in TEST_F() 129 // TODO! Enable when will supported in TEST_F() 173 // TODO! Enable when will supported in TEST_F() 214 // TODO! Enable when will supported in TEST_F()
|
| /arkcompiler/runtime_core/static_core/irtoc/scripts/ |
| D | allocation.irt | 26 …spills_count_max: { default: 2, arm32: 9999 }, # TODO(msherstennikov): set to 0 once regalloc sup… 28 # TODO(msherstennikov): revert back code size values, once regalloc supports smart temps 33 …spills_count_max: { default: 2, arm32: 9999 }, # TODO(msherstennikov): set to 0 once regalloc sup… 35 # TODO(msherstennikov): revert back code size values, once regalloc supports smart temps
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | base_mem_stats.h | 41 // TODO(alovkov): call RecordFreeRaw when CodeAllocator supports deallocate 42 // TODO: call RecordFreeRaw when ArenaAllocator supports deallocate
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/test-lists/ |
| D | declgenparser-ets-ignored.txt | 1 # TODO: no 'any' type
|
| /arkcompiler/ets_frontend/ets2panda/docs/ |
| D | cheatsheet.md | 90 todo 119 todo 123 todo 201 todo 205 todo
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/js_extend_ets/ |
| D | js_extend_ets.js | 72 // TODO(vpukhov): overriding accessors 76 // TODO(vpukhov): prevent final methods overriding
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTemplateLiteralType.cpp | 42 // TODO(huangyu): Implement checker for template literal type in Check() 48 // TODO(huangyu): Implement GetType for template literal type in GetType()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/instanceof/ |
| D | instanceof.sts | 136 // TODO(v.cherkashin): Enable when inheritance from declared type will be implemented, #13552 169 // TODO(v.cherkashin): Enable when inheritance from declared type will be implemented, #13552 189 // TODO(v.cherkashin): Enable when inheritance from declared type will be implemented, #13552 223 // TODO(v.cherkashin): Enable when processing the compat types will be implemented, #13577 256 // TODO(v.cherkashin): Enable when inheritance with declared type will be implemented, #13552
|
12345678910>>...12