Home
last modified time | relevance | path

Searched defs:objectType (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsIndexedAccessType.h34 explicit TSIndexedAccessType(Expression *objectType, Expression *indexType) in TSIndexedAccessType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1028 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJSFunctionBase() local
1055 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsSymbol() local
1061 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsString() local
1067 GateRef objectType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsBigInt() local
1073 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJsProxy() local
1079 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJsArray() local
1085 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJSAPIVector() local
1091 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJSAPIStack() local
1097 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJSAPIPlainArray() local
1103 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJSAPIQueue() local
[all …]
Dcircuit_builder-inl.h520 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJsType() local
593 GateRef objectType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsEcmaObject() local
601 GateRef objectType = GetObjectType(LoadHClass(obj)); in IsJSObject() local
Dnew_object_stub_builder.cpp339 auto objectType = GetObjectType(protoOrHclass); in FastNewThisObject() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp21 JSHClass *TSObjectType::GetOrCreateHClass(JSThread *thread, JSHandle<TSObjectType> objectType, TSOb… in GetOrCreateHClass()
290 GlobalTSTypeRef TSObjectType::GetPropTypeGT(JSHandle<TSObjectType> objectType, JSHandle<EcmaString>… in GetPropTypeGT()
Dts_type_parser.cpp163 JSHandle<TSObjectType> objectType = ParseObjectType(jsPandaFile, recordName, literal); in ParseNonImportType() local
378 JSHandle<TSObjectType> objectType = factory_->NewTSObjectType(length); in ParseObjectType() local
Dts_manager.cpp204 JSHandle<TSObjectType> objectType(type); in GetPropType() local
210 JSHandle<TSInterfaceType> objectType(type); in GetPropType() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp456 ObjectType objectType(this, typeAnnotation->AsTSTypeLiteral()); in GetTypeIndexFromAnnotation() local
460 ObjectType objectType(this, nullptr); // let a : object in GetTypeIndexFromAnnotation() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1406 JSType objectType = hclass->GetObjectType(); in SerializeObject() local
1507 EncodeBit SnapshotProcessor::SerializeObjectHeader(TaggedObject *objectHeader, size_t objectType, in SerializeObjectHeader()
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp418 JSHandle<TSObjectType> objectType(type); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp991 JSHandle<TSObjectType> objectType = factory->NewTSObjectType(0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3247 JSHandle<TSObjectType> objectType(thread_, header); in NewTSObjectType() local