Searched defs:propertyName (Results 1 – 4 of 4) sorted by relevance
119 inline GlobalTSTypeRef GetPropType(const GateType &type, const JSTaggedValue propertyName) const in GetPropType()
221 …GlobalTSTypeRef PUBLIC_API GetPropType(kungfu::GateType gateType, JSTaggedValue propertyName) const in GetPropType()226 …TSTypeRef PUBLIC_API GetPropType(kungfu::GateType gateType, JSHandle<EcmaString> propertyName) con… in GetPropType()280 JSTaggedValue propertyName, in GetSuperPropType()
228 GlobalTSTypeRef TSManager::GetSuperPropType(GlobalTSTypeRef gt, JSHandle<EcmaString> propertyName, in GetSuperPropType()244 JSMutableHandle<EcmaString> propertyName(thread_, JSTaggedValue::Undefined()); in GetSuperPropType() local258 JSMutableHandle<EcmaString> propertyName(thread_, JSTaggedValue::Undefined()); in GetPropType() local
157 JSHandle<EcmaString> propertyName = factory->NewFromStdString(valueStr); in HWTEST_F_L0() local