Searched refs:Block (Results 1 – 19 of 19) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | mappedTypeInferenceCircularity.ts | 23 type HTML = { [K in 'div']: Block<HTML> }; 24 type Block<P> = <T>(func: HTML) => {}; alias
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | strictMode.ts | 29 if (decl.body.kind === ts.SyntaxKind.Block) { 30 statements = (<ts.Block>decl.body).statements;
|
D | syntaxCheckHelper.ts | 209 while ((parent) && (parent.kind != ts.SyntaxKind.Block)) { 226 case ts.SyntaxKind.Block:
|
D | compiler.ts | 232 private compileSourceFileOrBlock(body: ts.SourceFile | ts.Block): void { 261 if (body.kind === ts.SyntaxKind.Block) { 263 this.compileSourceFileOrBlock(<ts.Block>body); 391 case ts.SyntaxKind.Block: // line 273 392 this.compileBlock(<ts.Block>stmt); 467 private compileBlock(block: ts.Block): void { 596 …if (stmt.statement.kind === ts.SyntaxKind.Block || stmt.statement.kind === ts.SyntaxKind.IfStateme…
|
D | recorder.ts | 150 case ts.SyntaxKind.Block:
|
D | syntaxChecker.ts | 78 …if ((node.kind === ts.SyntaxKind.Block) && (node.parent != undefined && node.parent.kind === ts.Sy…
|
/arkcompiler/ets_frontend/arkguard/src/transformers/layout/ |
D | DisableConsoleTransformer.ts | 30 Block, 89 const visitedBlock: Block = visitEachChild(node, visitAst, context);
|
D | DisableHilogTransformer.ts | 30 Block, 87 const visitedBlock: Block = visitEachChild(node, visitAst, context);
|
D | SimplifyTransformer.ts | 41 Block, 83 const simplified: SourceFile | Block = visitEachChild(node, visitStatements, context);
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | signal.h | 60 void Block() in Block() function 125 signal_ctl_.Block(); in StartThread() 166 self->signal_ctl_.Block(); in Run()
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | constUsedBeforeDeclaration-expected.txt | 128 TypeError: Block-scoped variable 'a' used before its declaration [constUsedBeforeDeclaration.ts:18:…
|
D | letUsedBeforeDeclaration-expected.txt | 128 TypeError: Block-scoped variable 'a' used before its declaration [letUsedBeforeDeclaration.ts:18:5]
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | tryStatement.h | 49 BlockStatement *Block() const in Block() function
|
/arkcompiler/ets_frontend/arkguard/src/utils/ |
D | ScopeAnalyzer.ts | 416 case SyntaxKind.Block:
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | llvm_ir_builder.h | 312 V(Block, (int id, const OperandsVector &predecessors)) \
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.h | 1510 type == Block() || type == Script() || type == Eval() || type == Module() || in Valid() 1533 static std::string Block() in Block() function
|
/arkcompiler/runtime_core/docs/ |
D | ir_format.md | 49 * [Block duplication](https://en.wikipedia.org/wiki/Loop_unswitching)
|
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/ |
D | log_loop.txt | 7 [compiler] ======================== Build Basic Block ========================
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …Block",l[l.EmptyStatement=234]="EmptyStatement",l[l.VariableStatement=235]="VariableStatement",l[l…
|