Home
last modified time | relevance | path

Searched full:note (Results 1 – 25 of 640) sorted by relevance

12345678910>>...26

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/
Descompat.cpp28 // 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 …]
Descompat_error.cpp24 // 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()
Descompat.ets56 // 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/
Dscenarios.cpp38 // 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
Dscenarios.ets38 // 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/
Ddynamic_with_lambda.cpp41 // 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/
DenumType.cpp28 // 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/
Dtest_splice.js24 // 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
Dtest_to_spliced.js24 // 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/
Dmpl_int_val.h223 /// @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/
Dtask.cpp23 // NOTE(xuliang): task id
41 // NOTE(xuliang): RegisterThread in Initialize()
47 // NOTE(xuliang): should be done in UnregisterExitedThread. in Destroy()
Dworker_thread.cpp39 // 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/
Dscenarios.ets59 // 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/
DCMakeLists.txt194 # NOTE(vpukhov): #15055
207 # NOTE(vpukhov): #15055
220 # NOTE(vpukhov): #15055
233 # NOTE(vpukhov): #15055
/arkcompiler/runtime_core/static_core/compiler/tests/
Dconstructor_test.cpp57 // 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/
Dg1-helpers.cpp61 // 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/
Ddoxygen.config106 # 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/
Ddoxygen.config106 # 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/
Dmain.ts85 // 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/
Dconversion.cpp74 // 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/
Dbase_mem_stats.h41 // 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/
Djs_proxy.h56 // 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/
Dpt_lang_extension.h22 // 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/
Dmem.h312 * 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/
Dets_promise.h188 … // 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()

12345678910>>...26