/ark/runtime_core/libpandabase/mem/ |
D | pool_map.h | 28 UNDEFINED, enumerator 95 ASSERT(allocator_type_ == AllocatorType::UNDEFINED); in Initialize() 106 allocator_type_ = AllocatorType::UNDEFINED; in Destroy() 132 AllocatorType allocator_type_ {AllocatorType::UNDEFINED};
|
D | pool_map.cpp | 51 ASSERT(allocator_type != AllocatorType::UNDEFINED); in GetAllocatorInfo()
|
D | malloc_mem_pool-inl.h | 105 return AllocatorInfo(AllocatorType::UNDEFINED, nullptr); in GetAllocatorInfoForAddrImpl()
|
D | mmap_mem_pool-inl.h | 441 ASSERT(info.GetType() != AllocatorType::UNDEFINED); in GetAllocatorInfoForAddrImpl()
|
/ark/js_runtime/ecmascript/ic/ |
D | ic_compare_op.cpp | 229 ComparisonResult ret = ComparisonResult::UNDEFINED; in Compare() 242 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 259 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 289 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 298 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 309 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 346 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 358 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 381 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 398 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() [all …]
|
/ark/js_runtime/ecmascript/ |
D | js_generator_object.cpp | 27 THROW_TYPE_ERROR_AND_RETURN(thread, "", JSGeneratorState::UNDEFINED); in GeneratorValidate() 31 THROW_TYPE_ERROR_AND_RETURN(thread, "", JSGeneratorState::UNDEFINED); in GeneratorValidate() 39 THROW_TYPE_ERROR_AND_RETURN(thread, "", JSGeneratorState::UNDEFINED); in GeneratorValidate()
|
D | js_collator.cpp | 35 {CaseFirstOption::UNDEFINED, UCOL_OFF} 133 CaseFirstOption::UNDEFINED); in InitializeCollator() 216 if (caseFirst != CaseFirstOption::UNDEFINED) { in InitializeCollator() 229 …icuCollator.get()->setAttribute(UCOL_CASE_FIRST, OptionToUColAttribute(CaseFirstOption::UNDEFINED), in InitializeCollator() 241 {"base", "accent", "case", "variant"}, SensitivityOption::UNDEFINED); in InitializeCollator() 246 if (sensitivity == SensitivityOption::UNDEFINED) { in InitializeCollator() 268 case SensitivityOption::UNDEFINED: in InitializeCollator() 354 case SensitivityOption::UNDEFINED: in OptionsToEcmaString() 376 case CaseFirstOption::UNDEFINED: in OptionsToEcmaString()
|
D | js_generator_object.h | 24 UNDEFINED = 0, enumerator 34 UNDEFINED enumerator
|
D | js_date_time_format.cpp | 265 {"h11", "h12", "h23", "h24"}, HourCycleOption::UNDEFINED); in InitializeDateTimeFormat() 271 hourCycle = HourCycleOption::UNDEFINED; in InitializeDateTimeFormat() 330 if (hourCycle == HourCycleOption::UNDEFINED in InitializeDateTimeFormat() 336 if (hc == HourCycleOption::UNDEFINED) { in InitializeDateTimeFormat() 407 {"full", "long", "medium", "short"}, DateTimeStyleOption::UNDEFINED); in InitializeDateTimeFormat() 416 {"full", "long", "medium", "short"}, DateTimeStyleOption::UNDEFINED); in InitializeDateTimeFormat() 420 HourCycleOption dtfHourCycle = HourCycleOption::UNDEFINED; in InitializeDateTimeFormat() 429 dtfHourCycle = HourCycleOption::UNDEFINED; in InitializeDateTimeFormat() 481 if (!hour12->IsUndefined() || hourCycle != HourCycleOption::UNDEFINED) { in InitializeDateTimeFormat() 887 if (hc != HourCycleOption::UNDEFINED) { in ResolvedOptions() [all …]
|
D | js_collator.h | 25 enum class CaseFirstOption : uint8_t { UPPER = 0x01, LOWER, FALSE_OPTION, UNDEFINED, EXCEPTION }; enumerator 26 enum class SensitivityOption : uint8_t { BASE = 0x01, ACCENT, CASE, VARIANT, UNDEFINED, EXCEPTION }; enumerator
|
D | js_date_time_format.h | 22 enum class CalendarOption : uint8_t { UNDEFINED = 0x01 }; enumerator 23 enum class DateTimeStyleOption : uint8_t { FULL = 0x01, LONG, MEDIUM, SHORT, UNDEFINED, EXCEPTION }; enumerator 25 enum class HourCycleOption : uint8_t { H11 = 0x01, H12, H23, H24, UNDEFINED, EXCEPTION }; enumerator
|
D | property_attributes.h | 36 UNDEFINED, // The PREMONOMORPHIC of property cells. enumerator 42 UNINITIALIZED = UNDEFINED, // Cell has never been initialized.
|
D | js_tagged_value.cpp | 256 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 258 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 278 return ComparisonResult::UNDEFINED; in Compare() 283 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 289 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 298 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare() 300 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in Compare()
|
D | tagged_tree-inl.h | 382 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in EntryCompare() 389 RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, ComparisonResult::UNDEFINED); in EntryCompare() 392 …W_TYPE_ERROR_AND_RETURN(thread, "CompareFn has illegal return value", ComparisonResult::UNDEFINED); in EntryCompare()
|
D | js_tagged_value.h | 44 UNDEFINED // at least one of x or y was undefined or NaN enumerator
|
D | object_operator.cpp | 666 …PropertyBoxType cellType = value->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType::CO… in AddPropertyInternal()
|
D | js_tagged_value-inl.h | 432 return ComparisonResult::UNDEFINED; in StrictNumberCompare()
|
D | object_factory.cpp | 760 JSGeneratorObject::Cast(*obj)->SetGeneratorState(JSGeneratorState::UNDEFINED); in NewJSObjectByConstructor() 761 JSGeneratorObject::Cast(*obj)->SetResumeMode(GeneratorResumeMode::UNDEFINED); in NewJSObjectByConstructor()
|
D | js_bigint.cpp | 1259 return ComparisonResult::UNDEFINED; in CompareWithNumber()
|
/ark/runtime_core/runtime/ |
D | vreg_info.h | 30 …enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, COUNT = BOOL … enumerator 52 return VRegInfo(0, Location::INVALID, Type::UNDEFINED, false); in Invalid()
|
D | stack_walker.cpp | 452 case VRegInfo::Type::UNDEFINED: in Dump()
|
/ark/ts2abc/ts2panda/src/base/ |
D | typeSystem.ts | 35 UNDEFINED, enumerator
|
/ark/js_runtime/ecmascript/interpreter/ |
D | fast_runtime_stub-inl.h | 1032 …PropertyBoxType boxType = valHandle->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType:… in SetGlobalOwnProperty() 1082 …PropertyBoxType boxType = valHandle->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType:… in SetGlobalOwnProperty()
|
/ark/js_runtime/ecmascript/containers/tests/ |
D | containers_treeset_test.cpp | 100 ComparisonResult res = ComparisonResult::UNDEFINED; in TestCompareFunction()
|
/ark/js_runtime/ecmascript/tests/ |
D | tagged_tree_test.cpp | 91 ComparisonResult res = ComparisonResult::UNDEFINED; in TestCompareFunction()
|