Home
last modified time | relevance | path

Searched defs:propertyName (Results 1 – 6 of 6) 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.ts312 const propertyName: PropertyName = propertyElement.name; constant
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp1510 CString propertyName; in ParseClassEscape() local
1534 bool RegExpParser::ParseUnicodePropertyValueCharacters(CString &propertyName, CString &valueName) in ParseUnicodePropertyValueCharacters()
1552 bool RegExpParser::GetUnicodePropertyName(CString &propertyName) in GetUnicodePropertyName()
1660 bool RegExpParser::ParseUnicodePropertyClassRange(CString &propertyName, CString &valueName, in ParseUnicodePropertyClassRange()
1693 bool RegExpParser::MatchUnicodeProperty(UProperty property, const char* propertyName, RangeSet *ato… in MatchUnicodeProperty()
1749 bool RegExpParser::IsExactPropertyAlias(const char* propertyName, UProperty property) in IsExactPropertyAlias()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp570 util::StringView propertyName = typeName->AsIdentifier()->Name(); in AddFieldTypeForTypeReference() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2495 std::string_view propertyName; in TryTransformingToStaticInvoke() local