Searched defs:PrimitiveType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | prim_types.h | 25 PrimitiveType(PrimType type) : property(GetPrimitiveTypeProperty(type)) {} in PrimitiveType() function
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsPrimitiveType.h | 22 enum class PrimitiveType { BYTE, INT, LONG, SHORT, FLOAT, DOUBLE, BOOLEAN, CHAR, VOID }; enum
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_primitive_ref.h | 25 enum PrimitiveType : uint8_t { enum
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.h | 30 enum class PrimitiveType; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_field_wrapper.cpp | 171 using PrimitiveType = typename Convertor::cpptype; typedef
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_verifier_short_test.cpp | 190 TEST_F(ASTVerifierTest, PrimitiveType) in TEST_F() argument
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 10883 PrimitiveType: Pe, property
|