Home
last modified time | relevance | path

Searched defs:newProp (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp197 binder::LocalVariable *newProp = in CreateParameterTypeForObjectAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp193 varbinder::LocalVariable *newProp = varbinder::Scope::CreateVar( in CreateParameterTypeForObjectAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp200 … auto *const newProp = CreateNullishProperty(prop->AsClassProperty(), newClassDefinition); in CreatePartialClassDeclaration() local
Dobject.cpp833 auto *newProp = in ValidateNonOverriddenFunction() local
1564 auto *const newProp = target->GetProperty(ident->Name(), newFlags); in ValidateResolvedProperty() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts961 const newProp: ts.PropertySignature = ts.factory.createPropertySignature( constant