Searched defs:ObjectLiteralType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ | ||
H A D | objectLiteralType.h | 22 class ObjectLiteralType : public ObjectType { class 24 explicit ObjectLiteralType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::LITERAL, desc) {} in ObjectLiteralType() function in ark::es2panda::checker::ObjectLiteralType 25 ObjectLiteralType() : ObjectType(ObjectType::ObjectTypeKind::LITERAL) {} in ObjectLiteralType() function in ark::es2panda::checker::ObjectLiteralType |
/arkcompiler/ets_frontend/es2panda/typescript/types/ | ||
H A D | objectLiteralType.h | 23 class ObjectLiteralType : public ObjectType { class 25 explicit ObjectLiteralType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::LITERAL, desc) {} in ObjectLiteralType() function in panda::es2panda::checker::ObjectLiteralType 26 ObjectLiteralType() : ObjectType(ObjectType::ObjectTypeKind::LITERAL) {} in ObjectLiteralType() function in panda::es2panda::checker::ObjectLiteralType |
Completed in 2 milliseconds