/ark/runtime_core/libpandabase/os/ |
D | property.cpp | 18 namespace panda::os::property { namespace
|
/ark/runtime_core/libpandabase/os/unix/ |
D | property.cpp | 22 namespace panda::os::unix::property { namespace
|
/ark/js_runtime/ecmascript/ |
D | js_date_time_format.h | 51 IcuPatternDesc(std::string property, const std::vector<IcuPatternEntry> &pairs, in IcuPatternDesc() 62 std::string property; // NOLINT(misc-non-private-member-variables-in-classes) variable
|
D | js_plural_rules.cpp | 175 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledTypeString… in InitializePluralRules() local 304 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledLocaleStri… in ResolvedOptions() local
|
D | js_relative_time_format.cpp | 53 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledNumberingS… in InitializeRelativeTimeFormat() local 478 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledLocaleStri… in ResolvedOptions() local
|
D | js_number_format.cpp | 260 JSHandle<JSTaggedValue> property = globalConst->GetHandledStyleString(); in SetNumberFormatUnitOptions() local 453 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeNumberFormat() local 927 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
|
D | js_locale.cpp | 571 … const JSHandle<JSTaggedValue> &property, OptionType type, in GetOption() 621 … const JSHandle<JSTaggedValue> &property, const std::vector<std::string> &values, in GetOptionOfString() 676 … const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) in GetNumberOption() 992 const JSHandle<JSTaggedValue> &property, bool fallback, bool *res) in GetOptionOfBool()
|
D | js_collator.cpp | 397 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
|
D | js_date_time_format.cpp | 384 …JSHandle<JSTaggedValue> property(thread, factory->NewFromStdString(item.property).GetTaggedValue()… in InitializeDateTimeFormat() local 838 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
|
D | js_locale.h | 245 … const JSHandle<JSTaggedValue> &property, const std::vector<T> &enumValues, in GetOptionOfString()
|
/ark/runtime_core/runtime/tooling/ |
D | debugger.h | 279 …optional<Error> GetProperty([[maybe_unused]] PtObject object, [[maybe_unused]] PtProperty property, in GetProperty() 288 …optional<Error> SetProperty([[maybe_unused]] PtObject object, [[maybe_unused]] PtProperty property, in SetProperty()
|
D | debugger.cpp | 653 std::optional<Error> Debugger::SetPropertyAccessWatch(PtClass klass, PtProperty property) in SetPropertyAccessWatch() 668 std::optional<Error> Debugger::ClearPropertyAccessWatch(PtClass klass, PtProperty property) in ClearPropertyAccessWatch() 681 std::optional<Error> Debugger::SetPropertyModificationWatch(PtClass klass, PtProperty property) in SetPropertyModificationWatch() 695 std::optional<Error> Debugger::ClearPropertyModificationWatch(PtClass klass, PtProperty property) in ClearPropertyModificationWatch()
|
D | pt_hooks_wrapper.h | 163 …yAccess(PtThread thread, const PtLocation &location, PtObject object, PtProperty property) override in PropertyAccess() 175 …ertyModification(PtThread thread, const PtLocation &location, PtObject object, PtProperty property, in PropertyModification()
|
/ark/js_runtime/ecmascript/builtins/ |
D | builtins_object.cpp | 653 JSHandle<JSTaggedValue> property = JSTaggedValue::ToPropertyKey(thread, prop); in HasOwnProperty() local 708 JSHandle<JSTaggedValue> property = JSTaggedValue::ToPropertyKey(thread, msg); in PropertyIsEnumerable() local
|
/ark/js_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 115 Local<ObjectRef> property = globalObject->Get(vm_, key); in HWTEST_F_L0() local 126 Local<ArrayRef> property = ArrayRef::New(vm_, 3); // 3 : length in HWTEST_F_L0() local 153 Local<JSValueRef> property = Local<ObjectRef>(result)->Get(vm_, keyString); in HWTEST_F_L0() local
|
/ark/js_runtime/ecmascript/base/ |
D | json_stringifier.cpp | 243 void JsonStringifier::AddDeduplicateProp(const JSHandle<JSTaggedValue> &property) in AddDeduplicateProp()
|
/ark/js_runtime/ecmascript/tooling/base/ |
D | pt_types.cpp | 695 Local<JSValueRef> name, const PropertyAttribute &property) in FromProperty()
|
/ark/js_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 806 bool ObjectRef::GetOwnProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute &property) in GetOwnProperty()
|