Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.h119 inline GlobalTSTypeRef GetPropType(const GateType &type, const JSTaggedValue propertyName) const in GetPropType()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h221 …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()
Dts_manager.cpp228 GlobalTSTypeRef TSManager::GetSuperPropType(GlobalTSTypeRef gt, JSHandle<EcmaString> propertyName, in GetSuperPropType()
244 JSMutableHandle<EcmaString> propertyName(thread_, JSTaggedValue::Undefined()); in GetSuperPropType() local
258 JSMutableHandle<EcmaString> propertyName(thread_, JSTaggedValue::Undefined()); in GetPropType() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp157 JSHandle<EcmaString> propertyName = factory->NewFromStdString(valueStr); in HWTEST_F_L0() local