Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 23 of 23) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_visual.ts116 function parseStatement(statement: ts.Statement, content: string, log: LogInfo[],
118 if (statement.kind === ts.SyntaxKind.StructDeclaration && statement.name) {
119 if (statement.members) {
120 statement.members.forEach(member => {
122 content = parseMember(statement, member, content, log, visualContent);
130 function parseMember(statement: ts.Statement, member: ts.MethodDeclaration, content: string,
136 newContent = insertVisualCode(statement, member, visualContent, newContent);
149 function insertVisualCode(statement: ts.Statement, member: ts.MethodDeclaration,
155 newContent = insertAboutToAppear(statement, member, visualContent, newContent, content);
184 function insertAboutToAppear(statement: ts.Statement, build: ts.MethodDeclaration,
[all …]
Dprocess_component_build.ts227 const statement: ts.Statement = node.body.statements[0]; constant
228 if (ts.isIfStatement(statement) || validateFirstNode(statement)) {
1351 const statement: ts.Statement = ts.factory.createExpressionStatement(body); constant
1352 const blockNode: ts.Block = ts.factory.createBlock([statement], true);
1354 statement.parent = blockNode;
1632 statement: ts.Statement, property
1650 statement: null,
1708 if (lastStatement.statement && lastStatement.kind) {
1709 statements.push(lastStatement.statement);
1866 const statement: ts.Statement = node.arguments[0].body.statements[i]; constant
[all …]
Dprocess_component_class.ts679 statements.forEach((statement: ts.PropertyDeclaration) => {
680 const name: ts.Identifier = statement.name as ts.Identifier;
682 if (!partialUpdateConfig.partialUpdateMode || statement.decorators) {
685 if (partialUpdateConfig.partialUpdateMode && statement.decorators) {
/developtools/smartperf_host/ide/
Dtsconfig.json42 …oFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
DLICENSE124 You may add Your own copyright statement to Your modifications and
/developtools/profiler/host/smartperf/ide/
Dtsconfig.json42 …oFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
DLICENSE124 You may add Your own copyright statement to Your modifications and
/developtools/syscap_codec/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/developtools/bytrace/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/developtools/global_resource_tool/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/developtools/ace_ets2bundle/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/developtools/hdc/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/developtools/packing_tool/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/developtools/profiler/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/developtools/ace_js2bundle/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/developtools/hapsigner/
DLICENSE124 You may add Your own copyright statement to Your modifications and
DNOTICE156 You may add Your own copyright statement to Your modifications and
361 You may add Your own copyright statement to Your modifications and
559 the Program with a statement that the Source Code for the Program
/developtools/hiperf/
DLICENSE124 You may add Your own copyright statement to Your modifications and
/developtools/packing_tool/jar/
DNOTICE127 You may add Your own copyright statement to Your modifications and
/developtools/smartperf_host/
DLICENSE123 You may add Your own copyright statement to Your modifications and
/developtools/integration_verification/
DLICENSE123 You may add Your own copyright statement to Your modifications and
/developtools/integration_verification/tools/fotff/
DLICENSE123 You may add Your own copyright statement to Your modifications and
/developtools/profiler/hiebpf/include/
Dvmlinux.h27463 char *statement; member