Home
last modified time | relevance | path

Searched defs:PrimitiveType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dprim_types.h25 PrimitiveType(PrimType type) : property(GetPrimitiveTypeProperty(type)) {} in PrimitiveType() function
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsPrimitiveType.h22 enum class PrimitiveType { BYTE, INT, LONG, SHORT, FLOAT, DOUBLE, BOOLEAN, CHAR, VOID }; enum
/arkcompiler/ets_runtime/ecmascript/
Djs_primitive_ref.h25 enum PrimitiveType : uint8_t { enum
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h30 enum class PrimitiveType; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_field_wrapper.cpp171 using PrimitiveType = typename Convertor::cpptype; typedef
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_short_test.cpp190 TEST_F(ASTVerifierTest, PrimitiveType) in TEST_F() argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10883 PrimitiveType: Pe, property