Searched full:currently (Results 1 – 25 of 58) sorted by relevance
123
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | jsdocReturnTag1.ts | 23 returns {string} This comment is not currently exposed 32 returns {string=} This comment is not currently exposed 41 returns {string|number} This comment is not currently exposed
|
D | checkJsdocReturnTag1.ts | 24 returns {string} This comment is not currently exposed 33 returns {string=} This comment is not currently exposed 42 returns {string|number} This comment is not currently exposed
|
D | jsDeclarationsClasses.ts | 48 // @readonly is currently unsupported, it seems - included here just in case that changes 101 // @readonly is currently unsupported, it seems - included here just in case that changes
|
D | underscoreThisInDerivedClass01.ts | 25 // currently captures 'this' using a letiable named '_this'.
|
D | stringLiteralTypesAsTags03.ts | 37 // Currently (2015-12-14), we write '"A" | "A"' and '"B" | "B"' to avoid
|
D | namedTupleMembers.ts | 127 // documenting binding pattern behavior (currently does _not_ generate tuple names)
|
/arkcompiler/runtime_core/docs/bc_verification/ |
D | cflow_checks.md | 102 into code, then they will be considered ok. Currently, due to imprecision 313 By default such jumps are prohibited currently.
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_generator_object.cpp | 78 // methodContext is the currently running execution context. in GeneratorResume() 132 // methodContext is the currently running execution context. in GeneratorResumeAbrupt()
|
D | js_async_function.cpp | 173 // and prevContext is the currently running execution context. in AsyncFunctionAwaitFulfilled() 202 // and prevContext is the currently running execution context. in AsyncFunctionAwaitRejected()
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | code_allocator.h | 66 …// TODO(dtrubenkov): Remove when some CodeCache space will be implemented, currently used for avoi…
|
/arkcompiler/runtime_core/isa/ |
D | asserts.rb | 127 assert('Conditionals should be jumps') do # At least currently 141 assert('Jumps differ from other control-flow') do # At least currently
|
/arkcompiler/runtime_core/tests/cts-generator/generator/ |
D | test_base.rb | 30 …# Currently generator supports only single instruction per test. However coverage tool supports ar…
|
/arkcompiler/runtime_core/docs/ |
D | design-of-interpreter.md | 170 1. The size of a virtual register is not hardcoded by design. Currently it is always 128 bits, 218 Lots of things are being created in parallel, and currently there is no stable front-end for Panda
|
D | glossary.md | 66 It means that all objects which are currently in use are known and we know how to get value
|
D | assembly_format.md | 136 Currently Panda Assembly supports annotations for the following languages: 151 Currently Panda Assembly supports following Java annotations
|
/arkcompiler/runtime_core/cmake/ |
D | CodeStyle.cmake | 14 # Currently we fix a certain version of clang-format to avoid unstable linting,
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_symbol.cpp | 160 // 4.Assert: GlobalSymbolRegistry does not currently contain an entry for stringKey. in For() 184 // 3.Assert: GlobalSymbolRegistry does not currently contain an entry for sym. in KeyFor()
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | pgo_type_infer.cpp | 337 // polymorphism is not currently supported, in UpdateTypeForRWOp() 343 // polymorphism is not currently supported in UpdateTypeForRWOp()
|
/arkcompiler/runtime_core/libpandabase/events/ |
D | events.yaml | 22 # The following streams are currently available:
|
/arkcompiler/runtime_core/compiler/docs/ |
D | try_catch_blocks_ir.md | 153 Currently the folowing algorithm is implemented:
|
D | ir_builder.md | 60 …p` is a map, where key is virtual register, value is an IR instruction that currently defines value
|
D | reg_alloc_graph_coloring_doc.md | 27 …es of the graph. Affinity edges represent move-relation between values. Currently affinity edges a…
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
D | assembler.h | 267 …LOG_ECMA(FATAL) << "Assembler does not currently support other platforms, please run on x64 and ar… in GetFrameCompletionPos()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | regmask.h | 51 * Currently we don't support registers number greater than 32.
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | cpu_profiler.cpp | 432 …LOG_FULL(FATAL) << "AsmInterpreter does not currently support other platforms, please run on x64 a… in GetStackSignalHandler() 506 …LOG_FULL(FATAL) << "AsmInterpreter does not currently support other platforms, please run on x64 a… in GetPcFromContext()
|
123