| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/ |
| D | escompat.cpp | 28 // NOTE(oignatenko) uncomment Array_TestJSLength code after interop is implemented from JS to eTS 49 // NOTE(oignatenko) uncomment Array_TestJSSlice code after interop is implemented from JS to eTS 55 // NOTE(oignatenko) uncomment Array_TestJSSplice code after interop is implemented from JS to eTS 61 // NOTE(oignatenko) uncomment test_to_spliced.js code after recent regression making it work in pla… 67 // NOTE(oignatenko) uncomment Array_TestJSCopyWithin code after interop is implemented from JS to e… 73 // NOTE(oignatenko) uncomment Array_TestJSWith code after interop is implemented from JS to eTS 84 // NOTE(oignatenko) uncomment Array_TestJSToReversed code after interop is implemented from JS to e… 90 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 96 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 102 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… [all …]
|
| D | escompat_error.cpp | 24 // NOTE (vpukhov): compat accessors in TEST_F() 30 …// NOTE (oignatenko) uncomment code in Error_TestJSSampleWithCause after interop will be supported… in TEST_F() 36 …// NOTE (oignatenko) uncomment code in Error_TestJSSampleWithCause after interop will be supported… in TEST_F()
|
| D | escompat.ets | 56 // NOTE (oignatenko) uncomment this after interop will be supported in this direction 148 // NOTE (oignatenko) uncomment this after interop will be supported in this direction 154 // NOTE (oignatenko) uncomment this after interop will be supported in this direction 160 // NOTE (oignatenko) uncomment this after interop will be supported in this direction 169 // NOTE (oignatenko) uncomment this after interop will be supported in this direction 183 // NOTE (oignatenko) uncomment below after interop will be supported for this method signature 194 // NOTE (oignatenko) uncomment below after interop will be supported for this method signature 200 // NOTE (oignatenko) uncomment this after interop will be supported in this direction 209 // NOTE (oignatenko) uncomment this after interop will be supported in this direction 221 // NOTE (oignatenko) uncomment this after interop will be supported in this direction [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/ |
| D | scenarios.cpp | 38 // NOTE(oignatenko) enable this after interop is implemented for eTS getter use in JS 44 // NOTE(oignatenko) enable this after interop is implemented for eTS setter use in JS 50 // NOTE(oignatenko) enable this after interop is implemented in this direction 61 // NOTE(oignatenko) enable this after interop is implemented in this direction 67 // NOTE(oignatenko) return and arg types any, unknown, undefined need real TS because transpiling c… 71 // Note this also covers scenario of return type any in TEST_F() 77 // Note this also covers scenario of return type unknown in TEST_F() 83 // Note this also covers scenario of return type undefined in TEST_F() 87 // NOTE(oignatenko) enable this after interop is implemented in this direction 93 // NOTE(oignatenko) enable this after interop is implemented in this direction
|
| D | scenarios.ets | 38 // NOTE (oignatenko) figure a way (and figure if there is a need) to make a negative test for stati… 48 return this._value; // NOTE figure why this._value fails to run here
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_with_lambda/ |
| D | dynamic_with_lambda.cpp | 41 // NOTE: vpukhov. Function cast #14626 48 // NOTE: vpukhov. Function cast #14626 55 // NOTE: vpukhov. Function cast #14626 62 // NOTE(itrubachev) this test can be enabled after fixing NOTE in checker::Type *TSAsExpression::Ch…
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | enumType.cpp | 28 // NOTE: aszilagyi in Identical() 40 // NOTE: aszilagyi in GetTypeFacts() 47 // NOTE: aszilagyi in Instantiate()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/ |
| D | test_splice.js | 24 // NOTE(kprokopenko): change to `x.length` when interop support properties 37 // NOTE(kprokopenko) uncomment when #14756 is fixed (varargs) 46 // NOTE(oignatenko) uncomment below after interop will be supported for this method signature
|
| D | test_to_spliced.js | 24 // NOTE(kprokopenko): change to `x.length` when interop support properties 37 // NOTE(oignatenko) uncomment below after recent regression making it work in place is fixed 45 // NOTE(oignatenko) uncomment below after interop will be supported for this method signature
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_int_val.h | 223 /// @note if value is signed this operator works as arithmetic shift-right operator, 237 /// @note Note that these functions work as follows: 260 /// @note Note that these functions work as follows: 394 /// @note if bitWidth is not passed (or zero), the original 408 /// @note returned value will have bit-width and sign obtained from newType 415 /// @note returned value will have bit-width and sign obtained from newType 422 /// @note returned value will have bit-width and sign obtained from newType 481 /// @note bit-width and sign must be the same for both parameters 488 /// @note returned value will have bit-width and sign obtained from newType 495 /// @note bit-width and sign must be the same for both parameters [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/scheduler/ |
| D | task.cpp | 23 // NOTE(xuliang): task id 41 // NOTE(xuliang): RegisterThread in Initialize() 47 // NOTE(xuliang): should be done in UnregisterExitedThread. in Destroy()
|
| D | worker_thread.cpp | 39 // NOTE(xuliang): RegisterThread in ProcessCreatedThread() 52 // NOTE(xuliang): should be done in UnregisterExitedThread. in Destroy()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/ |
| D | scenarios.ets | 59 // NOTE(oignatenko) uncomment below after interop is implemented in this direction 82 // NOTE(oignatenko) uncomment below after interop is implemented in this direction 100 // NOTE(oignatenko) uncomment below after interop is implemented in this direction
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/ |
| D | CMakeLists.txt | 194 # NOTE(vpukhov): #15055 207 # NOTE(vpukhov): #15055 220 # NOTE(vpukhov): #15055 233 # NOTE(vpukhov): #15055
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | constructor_test.cpp | 57 // NOTE! Enable when will supported in ~ConstructorTest() 97 // NOTE! Enable when will supported in TEST_F() 134 // NOTE! Enable when will supported in TEST_F() 178 // NOTE! Enable when will supported in TEST_F() 219 // NOTE! Enable when will supported in TEST_F()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-helpers.cpp | 61 // NOTE(dtrubenkov): add assert that we do not have young -> young reference here in PostWrbUpdateCardFuncEntrypoint() 65 // NOTE(dtrubenkov): remove !card->IsYoung() after it will be encoded in compiler barrier in PostWrbUpdateCardFuncEntrypoint() 67 …// NOTE(dtrubenkov): either encode this in compiler barrier or remove from Interpreter barrier (if… in PostWrbUpdateCardFuncEntrypoint()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | doxygen.config | 106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 161 # Note that you can specify absolute paths here, but also relative paths, which 206 # Note that setting this tag to YES also means that rational rose comments are 289 # Note: For files without extension you can use no_extension as a placeholder. 291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise 309 # Note: This feature currently applies only to Markdown headings. 386 # Note that this feature does not work in combination with 434 # Note: This will also disable the warnings about undocumented members that are 577 # name. If set to NO, the members will appear in declaration order. Note that 587 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief [all …]
|
| /arkcompiler/runtime_core/docs/ |
| D | doxygen.config | 106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 161 # Note that you can specify absolute paths here, but also relative paths, which 206 # Note that setting this tag to YES also means that rational rose comments are 289 # Note: For files without extension you can use no_extension as a placeholder. 291 # Note that for custom extensions you also need to set FILE_PATTERNS otherwise 309 # Note: This feature currently applies only to Markdown headings. 386 # Note that this feature does not work in combination with 434 # Note: This will also disable the warnings about undocumented members that are 577 # name. If set to NO, the members will appear in declaration order. Note that 587 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/ |
| D | main.ts | 85 // NOTE(ivagin): enable when supported by interop #12808 109 // NOTE(ivagin): enable when supported by interop #12808 134 // NOTE(ivagin): enable when supported by runtime #12808 140 // NOTE(ivagin): enable when supported by interop #12808 180 // NOTE(ivagin): enable when supported by interop #12808
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | conversion.cpp | 74 // NOTE: use type erased S and T in IsAllowedNarrowingReferenceConversionObjectObject() 128 // NOTE: implement in IsAllowedNarrowingReferenceConversion() 142 // NOTE: implement in IsAllowedNarrowingReferenceConversion() 162 // NOTE:: implement in IsAllowedNarrowingReferenceConversion() 166 // NOTE: implement in IsAllowedNarrowingReferenceConversion() 171 // NOTE: implement in IsAllowedNarrowingReferenceConversion() 176 // NOTE: implement in IsAllowedNarrowingReferenceConversion() 197 // NOTE: implement in IsUncheckedNarrowingReferenceConversion()
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | base_mem_stats.h | 41 // NOTE(aemelenko): call RecordFreeRaw when CodeAllocator supports deallocate 42 // NOTE(aemelenko): call RecordFreeRaw when ArenaAllocator supports deallocate
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/js_proxy/ |
| D | js_proxy.h | 56 // NOTE(vpukhov): add flag if original class has final methods or public fields 57 …// NOTE(vpukhov): must ensure compat-class methods except accessors do not access its private state
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | pt_lang_extension.h | 22 // NOTE(maksenov): remove this file after refactoring js_runtime 23 // NOTE(a.urakov): move here current InspectorExtension instead
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | mem.h | 312 * Note: returned memory will be poisoned in ASAN targets, 323 * Note: returned memory will be poisoned in ASAN targets, 340 // NOTE(aemelenko): Do smth with this constant. 358 * @note returned memory will be poisoned in ASAN targets, 365 * Note: returned memory will be poisoned in ASAN targets, 376 * Note: memory will be unpoisoned before unmapping in ASAN targets. 385 * Note: memory will be unpoisoned before unmapping in ASAN targets.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_promise.h | 188 … // NOTE(konstanting, #I67QXC): check tid and decide what to do in case when locked by current tid in Lock() 192 // NOTE(konstanting, #I67QXC): should save the hash in Lock() 219 // NOTE(konstanting, #I67QXC): find a way to add an ASSERT for (the event is locked) in Unlock() 220 … // NOTE(konstanting, #I67QXC): should load the hash once we support the hashed state in Lock() in Unlock()
|