Home
last modified time | relevance | path

Searched refs:UNDEFINED (Results 1 – 25 of 28) sorted by relevance

12

/ark/runtime_core/libpandabase/mem/
Dpool_map.h28 UNDEFINED, enumerator
95 ASSERT(allocator_type_ == AllocatorType::UNDEFINED); in Initialize()
106 allocator_type_ = AllocatorType::UNDEFINED; in Destroy()
132 AllocatorType allocator_type_ {AllocatorType::UNDEFINED};
Dpool_map.cpp51 ASSERT(allocator_type != AllocatorType::UNDEFINED); in GetAllocatorInfo()
Dmalloc_mem_pool-inl.h105 return AllocatorInfo(AllocatorType::UNDEFINED, nullptr); in GetAllocatorInfoForAddrImpl()
Dmmap_mem_pool-inl.h441 ASSERT(info.GetType() != AllocatorType::UNDEFINED); in GetAllocatorInfoForAddrImpl()
/ark/js_runtime/ecmascript/ic/
Dic_compare_op.cpp229 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/
Djs_generator_object.cpp27 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()
Djs_collator.cpp35 {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()
Djs_generator_object.h24 UNDEFINED = 0, enumerator
34 UNDEFINED enumerator
Djs_date_time_format.cpp265 {"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 …]
Djs_collator.h25 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
Djs_date_time_format.h22 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
Dproperty_attributes.h36 UNDEFINED, // The PREMONOMORPHIC of property cells. enumerator
42 UNINITIALIZED = UNDEFINED, // Cell has never been initialized.
Djs_tagged_value.cpp256 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()
Dtagged_tree-inl.h382 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()
Djs_tagged_value.h44 UNDEFINED // at least one of x or y was undefined or NaN enumerator
Dobject_operator.cpp666 …PropertyBoxType cellType = value->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType::CO… in AddPropertyInternal()
Djs_tagged_value-inl.h432 return ComparisonResult::UNDEFINED; in StrictNumberCompare()
Dobject_factory.cpp760 JSGeneratorObject::Cast(*obj)->SetGeneratorState(JSGeneratorState::UNDEFINED); in NewJSObjectByConstructor()
761 JSGeneratorObject::Cast(*obj)->SetResumeMode(GeneratorResumeMode::UNDEFINED); in NewJSObjectByConstructor()
Djs_bigint.cpp1259 return ComparisonResult::UNDEFINED; in CompareWithNumber()
/ark/runtime_core/runtime/
Dvreg_info.h30 …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()
Dstack_walker.cpp452 case VRegInfo::Type::UNDEFINED: in Dump()
/ark/ts2abc/ts2panda/src/base/
DtypeSystem.ts35 UNDEFINED, enumerator
/ark/js_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h1032 …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/
Dcontainers_treeset_test.cpp100 ComparisonResult res = ComparisonResult::UNDEFINED; in TestCompareFunction()
/ark/js_runtime/ecmascript/tests/
Dtagged_tree_test.cpp91 ComparisonResult res = ComparisonResult::UNDEFINED; in TestCompareFunction()

12