Home
last modified time | relevance | path

Searched defs:property (Results 1 – 18 of 18) sorted by relevance

/ark/runtime_core/libpandabase/os/
Dproperty.cpp18 namespace panda::os::property { namespace
/ark/runtime_core/libpandabase/os/unix/
Dproperty.cpp22 namespace panda::os::unix::property { namespace
/ark/js_runtime/ecmascript/
Djs_date_time_format.h51 IcuPatternDesc(std::string property, const std::vector<IcuPatternEntry> &pairs, in IcuPatternDesc()
62 std::string property; // NOLINT(misc-non-private-member-variables-in-classes) variable
Djs_plural_rules.cpp175 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledTypeString… in InitializePluralRules() local
304 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledLocaleStri… in ResolvedOptions() local
Djs_relative_time_format.cpp53 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledNumberingS… in InitializeRelativeTimeFormat() local
478 …JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledLocaleStri… in ResolvedOptions() local
Djs_number_format.cpp260 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
Djs_locale.cpp571const JSHandle<JSTaggedValue> &property, OptionType type, in GetOption()
621const JSHandle<JSTaggedValue> &property, const std::vector<std::string> &values, in GetOptionOfString()
676const JSHandle<JSTaggedValue> &property, int min, int max, int fallback) in GetNumberOption()
992 const JSHandle<JSTaggedValue> &property, bool fallback, bool *res) in GetOptionOfBool()
Djs_collator.cpp397 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
Djs_date_time_format.cpp384 …JSHandle<JSTaggedValue> property(thread, factory->NewFromStdString(item.property).GetTaggedValue()… in InitializeDateTimeFormat() local
838 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleString(); in ResolvedOptions() local
Djs_locale.h245const JSHandle<JSTaggedValue> &property, const std::vector<T> &enumValues, in GetOptionOfString()
/ark/runtime_core/runtime/tooling/
Ddebugger.h279 …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()
Ddebugger.cpp653 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()
Dpt_hooks_wrapper.h163 …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/
Dbuiltins_object.cpp653 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/
Djsnapi_tests.cpp115 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/
Djson_stringifier.cpp243 void JsonStringifier::AddDeduplicateProp(const JSHandle<JSTaggedValue> &property) in AddDeduplicateProp()
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.cpp695 Local<JSValueRef> name, const PropertyAttribute &property) in FromProperty()
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp806 bool ObjectRef::GetOwnProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute &property) in GetOwnProperty()