Home
last modified time | relevance | path

Searched refs:Block (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmappedTypeInferenceCircularity.ts23 type HTML = { [K in 'div']: Block<HTML> };
24 type Block<P> = <T>(func: HTML) => {}; alias
/arkcompiler/ets_frontend/ts2panda/src/
DstrictMode.ts29 if (decl.body.kind === ts.SyntaxKind.Block) {
30 statements = (<ts.Block>decl.body).statements;
DsyntaxCheckHelper.ts209 while ((parent) && (parent.kind != ts.SyntaxKind.Block)) {
226 case ts.SyntaxKind.Block:
Dcompiler.ts232 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…
Drecorder.ts150 case ts.SyntaxKind.Block:
DsyntaxChecker.ts78 …if ((node.kind === ts.SyntaxKind.Block) && (node.parent != undefined && node.parent.kind === ts.Sy…
/arkcompiler/ets_frontend/arkguard/src/transformers/layout/
DDisableConsoleTransformer.ts30 Block,
89 const visitedBlock: Block = visitEachChild(node, visitAst, context);
DDisableHilogTransformer.ts30 Block,
87 const visitedBlock: Block = visitEachChild(node, visitAst, context);
DSimplifyTransformer.ts41 Block,
83 const simplified: SourceFile | Block = visitEachChild(node, visitStatements, context);
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dsignal.h60 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/
DconstUsedBeforeDeclaration-expected.txt128 TypeError: Block-scoped variable 'a' used before its declaration [constUsedBeforeDeclaration.ts:18:…
DletUsedBeforeDeclaration-expected.txt128 TypeError: Block-scoped variable 'a' used before its declaration [letUsedBeforeDeclaration.ts:18:5]
/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.h49 BlockStatement *Block() const in Block() function
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts416 case SyntaxKind.Block:
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.h312 V(Block, (int id, const OperandsVector &predecessors)) \
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1510 type == Block() || type == Script() || type == Eval() || type == Module() || in Valid()
1533 static std::string Block() in Block() function
/arkcompiler/runtime_core/docs/
Dir_format.md49 * [Block duplication](https://en.wikipedia.org/wiki/Loop_unswitching)
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/
Dlog_loop.txt7 [compiler] ======================== Build Basic Block ========================
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2Block",l[l.EmptyStatement=234]="EmptyStatement",l[l.VariableStatement=235]="VariableStatement",l[l…