Home
last modified time | relevance | path

Searched full:todo (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DEnumConstant.sts18 // 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
DField.sts58 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
DUnionCase.sts18 // TODO(shumilov-petr): Add runtime mirror
35 // TODO(shumilov-petr): not implemented
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dutility_types.sts35 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 …]
Dpartial_type.sts16 interface Todo {
20 function updateTodo(todo: Todo, fieldsToUpdate: Partial<Todo>) { // OK
21 return { ...todo, ...fieldsToUpdate };
/arkcompiler/runtime_core/cmake/
DClangTidy.cmake21 # 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/
Darkts-mockup.sts17 // 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/
DenumType.cpp29 // TODO(aszilagyi) in Identical()
41 // TODO(aszilagyi) in GetTypeFacts()
48 // TODO(aszilagyi) in Instantiate()
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dabsint_checks.md39 ### (todo) Simple range checks of primitive types
43 ### (todo) Simple bounds checks
47 ### (todo) Checks for usage of some functions/intrinsics
Dtypes_n_values.md107 TODO
111 TODO
115 TODO
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md39 ### (todo) Simple range checks of primitive types
43 ### (todo) Simple bounds checks
47 ### (todo) Checks for usage of some functions/intrinsics
Dtypes_n_values.md107 TODO
111 TODO
115 TODO
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Darray-expression.sts20 // 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
Dstruct-init.sts32 // TODO: catch NullPointerError if exception handling is implemented
39 // TODO: catch NullPointerError if exception handling is implemented
Dclass-init.sts32 // 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/
Dlist.std_core_string_instance.yaml1979 "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/
Dfoo.sts20 // TODO(vpukhov): remove override
27 // TODO(vpukhov): add console.log
/arkcompiler/runtime_core/compiler/tests/
Dconstructor_test.cpp55 // 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/
Dallocation.irt26 …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/
Dbase_mem_stats.h41 // 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/
Ddeclgenparser-ets-ignored.txt1 # TODO: no 'any' type
/arkcompiler/ets_frontend/ets2panda/docs/
Dcheatsheet.md90 todo
119 todo
123 todo
201 todo
205 todo
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/js_extend_ets/
Djs_extend_ets.js72 // TODO(vpukhov): overriding accessors
76 // TODO(vpukhov): prevent final methods overriding
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTemplateLiteralType.cpp42 // 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/
Dinstanceof.sts136 // 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