Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts358 const propertyName: PropertyName = propertyElement.name; constant
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h220 …inline GlobalTSTypeRef PUBLIC_API GetPropType(GlobalTSTypeRef gt, JSTaggedValue propertyName) const in GetPropType()
276 JSTaggedValue propertyName, in GetSuperPropType()
Dts_manager.cpp309 …obalTSTypeRef TSManager::GetSuperPropType(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> propertyName, in GetSuperPropType()
326 JSMutableHandle<JSTaggedValue> propertyName(thread_, JSTaggedValue::Undefined()); in GetSuperPropType() local
338 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