Home
last modified time | relevance | path

Searched defs:TypeInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/convert/
Dconvert.rb15 TypeInfo = Struct.new(:name, :value, :type, :unwrap, :wrap, keyword_init: true) do constant
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencoder.md81 ### TypeInfo subsection
Dtype_info.h97 constexpr explicit TypeInfo(T /* unused */) in TypeInfo() function
127 constexpr explicit TypeInfo(TypeId type) : typeId_(type) {} in TypeInfo() function
/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp31 TEST(Operands, TypeInfo) in TEST() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h24 enum class TypeInfo { enum