/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/js_interface/ |
H A D | index.js | 36 exports.UNDEFINED = exports.NULL_VALUE = exports.BOOLEAN_VALUE = exports.FLOAT_VALUE = exports.INT_VALUE = 43 exports.UNDEFINED = (_a = {}) === null || _a === void 0 ? void 0 : _a.value; 90 return exports.UNDEFINED; 95 exports.NULL_VALUE, exports.UNDEFINED, new Array(2).fill(' '), {}]; 121 exports.UNDEFINED, 184 return exports.UNDEFINED;
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | typeFlag.h | 32 UNDEFINED = 1ULL << 5, // x: undefined member in panda::es2panda::checker::TypeFlag 64 NULLABLE = UNDEFINED | NULL_TYPE, 72 VOID_LIKE = VOID | UNDEFINED, 74 PRIMITIVE = STRING | NUMBER | BIGINT | BOOLEAN | ENUM | ENUM_LITERAL | SYMBOL | VOID | UNDEFINED | NULL_TYPE | 79 STRING_LITERAL | NUMBER_LITERAL | BOOLEAN_LITERAL | BIGINT_LITERAL | VOID | UNDEFINED | NULL_TYPE,
|
H A D | undefinedType.h | 25 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType()
|
H A D | globalTypesHolder.h | 31 UNDEFINED, member in panda::es2panda::checker::GlobalTypeId
|
/arkcompiler/runtime_core/libpandabase/mem/ |
H A D | pool_map.h | 32 UNDEFINED, member in panda::AllocatorType 101 ASSERT(allocator_type_ == AllocatorType::UNDEFINED); in Initialize() 124 allocator_type_ = AllocatorType::UNDEFINED; in Destroy() 150 AllocatorType allocator_type_ {AllocatorType::UNDEFINED};
|
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | pool_map.h | 30 UNDEFINED, member in ark::AllocatorType 104 ASSERT(allocatorType_ == AllocatorType::UNDEFINED); in Initialize() 127 allocatorType_ = AllocatorType::UNDEFINED; in Destroy() 153 AllocatorType allocatorType_ {AllocatorType::UNDEFINED};
|
H A D | pool_map.cpp | 51 ASSERT(allocatorType != AllocatorType::UNDEFINED); in GetAllocatorInfo()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ |
H A D | typeFlag.h | 34 UNDEFINED = 1ULL << 5ULL, // x: undefined member in ark::es2panda::checker::TypeFlag 123 VOID_LIKE = VOID | UNDEFINED, 125 STRING | NUMBER | BIGINT | BOOLEAN | ENUM | ENUM_LITERAL | SYMBOL | VOID | UNDEFINED | NULL_TYPE | LITERAL, 129 STRING_LITERAL | NUMBER_LITERAL | BOOLEAN_LITERAL | BIGINT_LITERAL | VOID | UNDEFINED | NULL_TYPE, 132 UNIT = LITERAL | UNDEFINED | NULL_TYPE,
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_compare_op.cpp | 220 ComparisonResult ret = ComparisonResult::UNDEFINED; in Compare() 233 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 250 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 280 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 289 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 300 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 337 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 349 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 372 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 389 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_generator_object.cpp | 30 JSGeneratorState::UNDEFINED); in GeneratorValidate() 34 THROW_TYPE_ERROR_AND_RETURN(thread, "Is not generator object", JSGeneratorState::UNDEFINED); in GeneratorValidate() 42 THROW_TYPE_ERROR_AND_RETURN(thread, "State is executing", JSGeneratorState::UNDEFINED); in GeneratorValidate()
|
H A D | js_array.h | 26 enum class ArrayMode : uint8_t { UNDEFINED = 0, DICTIONARY, LITERAL }; member in panda::ecmascript::ArrayMode 35 ArrayMode mode = ArrayMode::UNDEFINED); 38 ArrayMode mode = ArrayMode::UNDEFINED);
|
H A D | js_async_generator_object.h | 29 UNDEFINED = 0, member in panda::ecmascript::JSAsyncGeneratorState 41 UNDEFINED
|
H A D | js_generator_object.h | 25 UNDEFINED = 0, member in panda::ecmascript::JSGeneratorState 35 UNDEFINED
|
H A D | js_collator.cpp | 34 {CaseFirstOption::UNDEFINED, UCOL_OFF} 170 CaseFirstOption::UNDEFINED); in InitializeCollator() 257 if (caseFirst != CaseFirstOption::UNDEFINED) { in InitializeCollator() 270 icuCollator.get()->setAttribute(UCOL_CASE_FIRST, OptionToUColAttribute(CaseFirstOption::UNDEFINED), in InitializeCollator() 282 SensitivityOption::UNDEFINED); in InitializeCollator() 287 if (sensitivity == SensitivityOption::UNDEFINED) { in InitializeCollator() 309 case SensitivityOption::UNDEFINED: in InitializeCollator() 408 case SensitivityOption::UNDEFINED: in OptionsToEcmaString() 431 case CaseFirstOption::UNDEFINED: in OptionsToEcmaString()
|
H A D | js_collator.h | 25 enum class CaseFirstOption : uint8_t { UPPER = 0x01, LOWER, FALSE_OPTION, UNDEFINED, EXCEPTION }; member in panda::ecmascript::CaseFirstOption 26 enum class SensitivityOption : uint8_t { BASE = 0x01, ACCENT, CASE, VARIANT, UNDEFINED, EXCEPTION }; member in panda::ecmascript::SensitivityOption
|
H A D | property_attributes.h | 49 UNDEFINED = (1 << 7), member in panda::ecmascript::TrackType::SharedFieldType 54 UNDEFINED, // The PREMONOMORPHIC of property cells. member in panda::ecmascript::TrackType::PropertyBoxType 60 UNINITIALIZED = UNDEFINED, // Cell has never been initialized.
|
H A D | js_date_time_format.h | 23 enum class CalendarOption : uint8_t { UNDEFINED = 0x01 }; member in panda::ecmascript::CalendarOption 24 enum class DateTimeStyleOption : uint8_t { FULL = 0x01, LONG, MEDIUM, SHORT, UNDEFINED, EXCEPTION }; member in panda::ecmascript::CalendarOption::DateTimeStyleOption 26 enum class HourCycleOption : uint8_t { H11 = 0x01, H12, H23, H24, UNDEFINED, EXCEPTION }; member in panda::ecmascript::CalendarOption::HourCycleOption
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | promiseVoid.cpp | 44 checker->AllocNode<ir::Identifier>(compiler::Signatures::UNDEFINED, checker->Allocator()); in HandleAsyncScriptFunctionBody() 73 auto *voidId = checker->AllocNode<ir::Identifier>(compiler::Signatures::UNDEFINED, checker->Allocator()); in CreatePromiseVoidType() 127 const auto isParamVoid = paramPart->Name()->AsIdentifier()->Name() == compiler::Signatures::UNDEFINED; in CheckForPromiseVoid() 218 return id->Name() == compiler::Signatures::UNDEFINED; in Postcondition()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_async_generator_object_test.cpp | 42 EXPECT_EQ(state, JSAsyncGeneratorState::UNDEFINED); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | type.h | 33 V(UNDEFINED) \ 53 V(UNDEFINED, UndefinedType) \ 217 return GateType(static_cast<uint32_t>(TSPrimitiveType::UNDEFINED)); in UndefinedType() 271 return type == static_cast<uint32_t>(TSPrimitiveType::UNDEFINED); in IsUndefinedType()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
H A D | undefinedType.h | 24 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType()
|
/arkcompiler/ets_frontend/ets2panda/compiler/function/ |
H A D | generatorFunctionBuilder.h | 30 UNDEFINED = 0, member in ark::es2panda::ark::es2panda::compiler::GeneratorState
|
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | generatorFunctionBuilder.h | 31 UNDEFINED = 0, member in panda::es2panda::panda::es2panda::compiler::GeneratorState
|
/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_shared_array.h | 25 // enum class ArrayMode : uint8_t { UNDEFINED = 0, DICTIONARY, LITERAL }; 34 ArrayMode mode = ArrayMode::UNDEFINED); 37 ArrayMode mode = ArrayMode::UNDEFINED);
|
/arkcompiler/runtime_core/static_core/compiler/code_info/ |
H A D | vreg_info.h | 29 enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, ANY, COUNT = ANY }; member in ark::compiler::final::Location::Type 63 return VRegInfo(0, static_cast<Location>(INVALID_LOCATION), Type::UNDEFINED, VRegType::VREG); in Invalid()
|