| /developtools/ace_ets2bundle/koala-wrapper/src/arkts-api/node-utilities/ |
| D | AnnotationUsage.ts | 26 const update = updateThenAttach(AnnotationUsage.updateAnnotationUsage, attachModifiers); constant 35 const update = updateThenAttach(AnnotationUsage.update1AnnotationUsage, attachModifiers); constant
|
| D | IfStatement.ts | 35 const update = updateThenAttach(IfStatement.update, attachModifiers); constant
|
| D | TSTypeParameterDeclaration.ts | 29 …const update = updateThenAttach(TSTypeParameterDeclaration.updateTSTypeParameterDeclaration, attac… constant
|
| D | NullLiteral.ts | 22 const update = updateThenAttach(NullLiteral.updateNullLiteral, attachModifiers); constant
|
| D | TSTypeParameterInstantiation.ts | 28 …const update = updateThenAttach(TSTypeParameterInstantiation.updateTSTypeParameterInstantiation, a… constant
|
| D | ExpressionStatement.ts | 26 const update = updateThenAttach(ExpressionStatement.update, attachModifiers); constant
|
| D | TSNonNullExpression.ts | 25 const update = updateThenAttach(TSNonNullExpression.updateTSNonNullExpression, attachModifiers); constant
|
| D | Property.ts | 25 const update = updateThenAttach(Property.updateProperty, attachModifiers); constant
|
| D | VariableDeclaration.ts | 36 const update = updateThenAttach( constant
|
| D | StructDeclaration.ts | 26 const update = updateThenAttach(StructDeclaration.update, attachModifiers); constant
|
| D | Identifier.ts | 25 const update = updateThenAttach(Identifier.update2Identifier, attachModifiers); constant
|
| D | ObjectExpression.ts | 35 const update = updateThenAttach(ObjectExpression.updateObjectExpression, attachModifiers); constant
|
| D | ClassDeclaration.ts | 25 const update = updateThenAttach(ClassDeclaration.updateClassDeclaration, attachModifiers); constant
|
| D | ETSImportDeclaration.ts | 37 … const update = updateThenAttach(ETSImportDeclaration.updateETSImportDeclaration, attachModifiers); constant
|
| D | ETSParameterExpression.ts | 34 const update = updateThenAttach( constant
|
| D | ReturnStatement.ts | 25 const update = updateThenAttach(ReturnStatement.update1ReturnStatement, attachModifiers); constant
|
| D | ETSUndefinedType.ts | 22 const update = updateThenAttach(ETSUndefinedType.updateETSUndefinedType, attachModifiers); constant
|
| D | ThisExpression.ts | 22 const update = updateThenAttach(ThisExpression.updateThisExpression, attachModifiers); constant
|
| D | ETSFunctionType.ts | 36 const update = updateThenAttach( constant
|
| D | SuperExpression.ts | 22 const update = updateThenAttach(SuperExpression.updateSuperExpression, attachModifiers); constant
|
| D | ScriptFunction.ts | 40 const update = updateThenAttach( constant
|
| D | MethodDefinition.ts | 42 …const update = updateThenAttach(MethodDefinition.update, (node: MethodDefinition, original: Method… constant
|
| D | ETSTypeReference.ts | 25 const update = updateThenAttach(ETSTypeReference.updateETSTypeReference, attachModifiers); constant
|
| /developtools/ace_ets2bundle/koala-wrapper/src/arkts-api/ |
| D | types.ts | 138 static update(node: ExpressionStatement, expression: AstNode): ExpressionStatement { method in ExpressionStatement 199 static update( method in CallExpression 267 static update( method in AssignmentExpression 361 static update(node: ArrowFunctionExpression, func: ScriptFunction): ArrowFunctionExpression { method in ArrowFunctionExpression 429 static update( method in FunctionDeclaration 491 static update(node: FunctionExpression, expression: ScriptFunction): FunctionExpression { method in FunctionExpression 521 static update( method in ETSParameterExpression 622 …static update(node: IfStatement, test: AstNode, consequent: AstNode, alternate?: AstNode): IfState… method in IfStatement 655 static update(node: StructDeclaration, definition: ClassDefinition): StructDeclaration { method in StructDeclaration 706 static update( method in MethodDefinition [all …]
|
| /developtools/global_resource_tool/src/ |
| D | reference_parser.cpp | 92 bool update = false; in ParseRefInResourceItem() local 153 uint32_t ReferenceParser::ParseRefInString(string &value, bool &update, const std::string &filePath… in ParseRefInString() 276 bool update = false; in ParseRefString() local 280 bool ReferenceParser::ParseRefString(std::string &key, bool &update, const std::string &filePath) c… in ParseRefString() 338 bool update = false; in ParseRefJsonImpl() local
|