Home
last modified time | relevance | path

Searched refs:property (Results 1 - 25 of 175) sorted by relevance

1234567

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_signature/
H A Dmain.js21 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 Dprim_types.h25 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 Dets_test_dir.py28 @property
32 @property
36 @property
40 @property
44 @property
48 @property
52 @property
H A Druntime_default_ets_test_dir.py30 @property
34 @property
41 @property
45 @property
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dx_shell.py24 @property
29 @property
34 @property
39 @property
44 @property
H A Dplatform.py77 @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 Djs_number_format.cpp327 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 Djs_plural_rules.cpp179 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 Dnode_host.py37 @property
41 @property
45 @property
49 @property
53 @property
H A Darkts_node_interop_host.py39 @property
43 @property
47 @property
51 @property
56 @property
H A Dv_8_device.py36 @property
40 @property
44 @property
48 @property
52 @property
H A Dswift_device.py35 @property
39 @property
43 @property
47 @property
H A Dswift_host.py36 @property
40 @property
44 @property
48 @property
H A Darkts_host.py57 @property
61 @property
65 @property
69 @property
73 @property
H A Darkts_device.py56 @property
60 @property
64 @property
68 @property
72 @property
/arkcompiler/runtime_core/libpandabase/os/
H A Dproperty.h22 #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 Dproperty.h20 #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 Drunnable_module.py38 @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 Ddummy_host.py35 @property
39 @property
43 @property
47 @property
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dlocation.cpp32 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 Dproperty_preview.h38 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 Dnumeric_id.h39 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 Djson_object_matcher.h77 *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 Dindexed_type.js86 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 Darrayref_fuzzer.cpp44 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()

Completed in 8 milliseconds

1234567