Searched defs:propertyName (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | numeric_id.h | 36 Expected<T, std::string> ParseNumericId(const JsonObject &object, const char *propertyName) in ParseNumericId()
|
| D | location.cpp | 30 …cation, std::string> Location::FromJsonProperty(const JsonObject &object, const char *propertyName) in FromJsonProperty()
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | OhsUtil.ts | 375 const propertyName: PropertyName = propertyElement.name; constant
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.h | 151 …inline GlobalTSTypeRef PUBLIC_API GetPropType(GlobalTSTypeRef gt, JSTaggedValue propertyName) const in GetPropType() 211 JSTaggedValue propertyName, in GetSuperPropType()
|
| D | ts_manager.cpp | 249 …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/ |
| D | ts_type_parser_test.cpp | 157 JSHandle<JSTaggedValue> propertyName(factory->NewFromStdString(valueStr)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.cpp | 741 std::string propertyName = "hiviewdfx.freeze.filter." + GetProcessName(pid); in DumpHeapSnapshotBeforeOOM() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 2644 std::string_view propertyName; in TryTransformingToStaticInvoke() local
|