Home
last modified time | relevance | path

Searched defs:propertyName (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dnumeric_id.h36 Expected<T, std::string> ParseNumericId(const JsonObject &object, const char *propertyName) in ParseNumericId()
Dlocation.cpp30 …cation, std::string> Location::FromJsonProperty(const JsonObject &object, const char *propertyName) in FromJsonProperty()
/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts375 const propertyName: PropertyName = propertyElement.name; constant
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h151 …inline GlobalTSTypeRef PUBLIC_API GetPropType(GlobalTSTypeRef gt, JSTaggedValue propertyName) const in GetPropType()
211 JSTaggedValue propertyName, in GetSuperPropType()
Dts_manager.cpp249 …obalTSTypeRef TSManager::GetSuperPropType(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> propertyName, in GetSuperPropType()
266 JSMutableHandle<JSTaggedValue> propertyName(thread_, JSTaggedValue::Undefined()); in GetSuperPropType() local
278 JSMutableHandle<JSTaggedValue> propertyName(thread_, JSTaggedValue::Undefined()); in GetPropType() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp157 JSHandle<JSTaggedValue> propertyName(factory->NewFromStdString(valueStr)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp741 std::string propertyName = "hiviewdfx.freeze.filter." + GetProcessName(pid); in DumpHeapSnapshotBeforeOOM() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2644 std::string_view propertyName; in TryTransformingToStaticInvoke() local