Home
last modified time | relevance | path

Searched refs:UNDEFINED (Results 1 - 25 of 68) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/js_interface/
H A Dindex.js36 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 DtypeFlag.h32 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 DundefinedType.h25 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType()
H A DglobalTypesHolder.h31 UNDEFINED, member in panda::es2panda::checker::GlobalTypeId
/arkcompiler/runtime_core/libpandabase/mem/
H A Dpool_map.h32 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 Dpool_map.h30 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 Dpool_map.cpp51 ASSERT(allocatorType != AllocatorType::UNDEFINED); in GetAllocatorInfo()
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DtypeFlag.h34 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 Dic_compare_op.cpp220 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 Djs_generator_object.cpp30 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 Djs_array.h26 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 Djs_async_generator_object.h29 UNDEFINED = 0, member in panda::ecmascript::JSAsyncGeneratorState
41 UNDEFINED
H A Djs_generator_object.h25 UNDEFINED = 0, member in panda::ecmascript::JSGeneratorState
35 UNDEFINED
H A Djs_collator.cpp34 {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 Djs_collator.h25 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 Dproperty_attributes.h49 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 Djs_date_time_format.h23 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 DpromiseVoid.cpp44 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 Djs_async_generator_object_test.cpp42 EXPECT_EQ(state, JSAsyncGeneratorState::UNDEFINED); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtype.h33 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 DundefinedType.h24 UndefinedType() : Type(TypeFlag::UNDEFINED) {} in UndefinedType()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DgeneratorFunctionBuilder.h30 UNDEFINED = 0, member in ark::es2panda::ark::es2panda::compiler::GeneratorState
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DgeneratorFunctionBuilder.h31 UNDEFINED = 0, member in panda::es2panda::panda::es2panda::compiler::GeneratorState
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.h25 // 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 Dvreg_info.h29 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()

Completed in 11 milliseconds

123