/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_signature/ |
H A D | main.js | 21 get: function (target, property) { 22 if (!isNaN(property)) { 23 return target.items[property]; 25 if (typeof target[property] === 'function') { 26 return target[property](); 28 if (target[property]) { 29 return target[property]; 33 set: function (target, property, value) { 34 if (!isNaN(property)) { 35 target.items[property] [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | prim_types.h | 25 PrimitiveType(PrimType type) : property(GetPrimitiveTypeProperty(type)) {} in PrimitiveType() 30 return property.type; in GetType() 35 return property.IsInteger(); in IsInteger() 39 return property.IsUnsigned(); in IsUnsigned() 43 return property.IsAddress(); in IsAddress() 47 return property.IsFloat(); in IsFloat() 51 return property.IsPointer(); in IsPointer() 55 return property.IsSimple(); in IsSimple() 58 const PrimitiveTypeProperty &property; member in maple::PrimitiveType
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
H A D | ets_test_dir.py | 28 @property 32 @property 36 @property 40 @property 44 @property 48 @property 52 @property
|
H A D | runtime_default_ets_test_dir.py | 30 @property 34 @property 41 @property 45 @property
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
H A D | x_shell.py | 24 @property 29 @property 34 @property 39 @property 44 @property
|
H A D | platform.py | 77 @property 83 @property 89 @property 95 @property 100 @property 105 @property 110 @property 115 @property 123 @property 131 @property [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_number_format.cpp | 327 JSHandle<JSTaggedValue> property = globalConst->GetHandledStyleString(); in SetNumberFormatUnitOptions() local 329 thread, optionsObject, property, in SetNumberFormatUnitOptions() 338 property = globalConst->GetHandledCurrencyString(); in SetNumberFormatUnitOptions() 341 JSLocale::GetOption(thread, optionsObject, property, OptionType::STRING, undefinedValue, undefinedValue); in SetNumberFormatUnitOptions() 364 property = globalConst->GetHandledCurrencyDisplayString(); in SetNumberFormatUnitOptions() 366 thread, optionsObject, property, in SetNumberFormatUnitOptions() 373 property = globalConst->GetHandledCurrencySignString(); in SetNumberFormatUnitOptions() 375 thread, optionsObject, property, in SetNumberFormatUnitOptions() 382 property = globalConst->GetHandledUnitString(); in SetNumberFormatUnitOptions() 384 JSLocale::GetOption(thread, optionsObject, property, OptionTyp in SetNumberFormatUnitOptions() 522 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); InitializeNumberFormat() local 1017 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); ResolvedOptions() local [all...] |
H A D | js_plural_rules.cpp | 179 JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledTypeString()); in InitializePluralRules() local 181 JSLocale::GetOptionOfString(thread, prOptions, property, { TypeOption::CARDINAL, TypeOption::ORDINAL }, in InitializePluralRules() 311 JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledLocaleString()); in ResolvedOptions() local 314 JSObject::DefineOwnProperty(thread, options, property, localeDesc); in ResolvedOptions() 317 property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledTypeString()); in ResolvedOptions() 325 JSObject::DefineOwnProperty(thread, options, property, typeDesc); in ResolvedOptions() 328 property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledMinimumIntegerDigitsString()); in ResolvedOptions() 330 JSObject::CreateDataPropertyOrThrow(thread, options, property, minimumIntegerDigits); in ResolvedOptions() 336 property = globalConst->GetHandledMinimumSignificantDigitsString(); in ResolvedOptions() 338 JSObject::CreateDataPropertyOrThrow(thread, options, property, minimumSignificantDigit in ResolvedOptions() [all...] |
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/platforms/ |
H A D | node_host.py | 37 @property 41 @property 45 @property 49 @property 53 @property
|
H A D | arkts_node_interop_host.py | 39 @property 43 @property 47 @property 51 @property 56 @property
|
H A D | v_8_device.py | 36 @property 40 @property 44 @property 48 @property 52 @property
|
H A D | swift_device.py | 35 @property 39 @property 43 @property 47 @property
|
H A D | swift_host.py | 36 @property 40 @property 44 @property 48 @property
|
H A D | arkts_host.py | 57 @property 61 @property 65 @property 69 @property 73 @property
|
H A D | arkts_device.py | 56 @property 60 @property 64 @property 68 @property 72 @property
|
/arkcompiler/runtime_core/libpandabase/os/ |
H A D | property.h | 22 #include "platforms/unix/libpandabase/property.h" 25 namespace panda::os::property { namespace in panda::os 28 const auto ARK_DFX_PROP = panda::os::unix::property::ARK_DFX_PROP; 29 const auto ARK_TRACE_PROP = panda::os::unix::property::ARK_TRACE_PROP; 31 const auto GetPropertyBuffer = panda::os::unix::property::GetPropertyBuffer; 35 } // namespace panda::os::property
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
H A D | property.h | 20 #include "platforms/unix/libpandabase/property.h" 25 namespace ark::os::property { namespace in ark::os 28 const auto ARK_DFX_PROP = ark::os::unix::property::ARK_DFX_PROP; 29 const auto ARK_TRACE_PROP = ark::os::unix::property::ARK_TRACE_PROP; 32 const auto GetPropertyBuffer = ark::os::unix::property::GetPropertyBuffer; 36 } // namespace ark::os::property
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
H A D | runnable_module.py | 38 @property 42 @property 59 @property 69 @property 79 @property 83 @property 116 @property 120 @property
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/plugins/platforms/ |
H A D | dummy_host.py | 35 @property 39 @property 43 @property 47 @property
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
H A D | location.cpp | 32 auto property = object.GetValue<JsonObject::JsonObjPointer>(propertyName); in FromJsonProperty() local 33 if (property == nullptr) { in FromJsonProperty() 34 return Unexpected("No such property: "s + propertyName); in FromJsonProperty() 37 auto scriptId = ParseNumericId<ScriptId>(**property, "scriptId"); in FromJsonProperty() 42 auto lineNumber = property->get()->GetValue<JsonObject::NumT>("lineNumber"); in FromJsonProperty() 44 return Unexpected("Invalid Location: No 'lineNumber' property"s); in FromJsonProperty()
|
H A D | property_preview.h | 38 auto property = type_.ToJson(); in ToJson() local 39 AddProperty(property, "name", name_); in ToJson() 42 AddProperty(property, "value", *value_); in ToJson() 45 return property; in ToJson()
|
H A D | numeric_id.h | 39 auto property = object.GetValue<JsonObject::StringT>(propertyName); in ParseNumericId() local 40 if (!property) { in ParseNumericId() 41 return Unexpected(std::string("No such property: ") + propertyName); in ParseNumericId() 45 if (!helpers::string::ParseInt(*property, &value, INTMAX_C(0)) || value < 0 || in ParseNumericId() 47 return Unexpected("Invalid id: " + *property); in ParseNumericId()
|
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
H A D | json_object_matcher.h | 77 *os << "property " << std::quoted(key) << " of type " << PropertyTypeName<PropertyType>(); in DescribeKeyTo() 91 explicit HasJsonPropertyMatcher(JsonProperty<PropertyType> property) : property_(std::move(property)) {} in HasJsonPropertyMatcher() argument 130 explicit JsonObjectMatcher(JsonProperty<PropertyType>... property) : properties_ {property...} {} in JsonObjectMatcher() argument 152 [&](JsonProperty<PropertyType>... property) { 153 return (HasJsonPropertyMatcher<PropertyType>(property).MatchAndExplain(object, os) && ...); 167 [os](auto first_property, auto... property) { in DescribeInternalTo() 169 ((*os << ", ", property.DescribeTo(os)), ...); in DescribeInternalTo() 179 auto JsonProperties(JsonProperty<PropertyType>... property) in JsonProperties() argument [all...] |
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_type/ |
H A D | indexed_type.js | 86 get: function (target, property) { 87 if (property in target) { 88 return target[property]; 93 set: function (target, property, value) { 95 target[property] = value;
|
/arkcompiler/ets_runtime/test/fuzztest/arrayref_fuzzer/ |
H A D | arrayref_fuzzer.cpp | 44 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefGetValueAtFuzzerTest() local 49 [[maybe_unused]]Local<JSValueRef> value = property->GetValueAt(vm, globalObject, (uint32_t)size); in ArrayRefGetValueAtFuzzerTest() 62 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefLengthFuzzerTest() local 63 property->Length(vm); in ArrayRefLengthFuzzerTest() 77 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefSetValueAtFuzzerTest() local 79 [[maybe_unused]]bool result = property->SetValueAt(vm, globalObject, (uint32_t)size, value); in ArrayRefSetValueAtFuzzerTest()
|