Searched defs:statementOffset (Results 1 – 11 of 11) sorted by relevance
| /third_party/typescript/src/compiler/transformers/module/ |
| D | esnextAnd2015.ts | 56 const statementOffset = factory.copyPrologue(node.statements, statements); constant
|
| D | module.ts | 97 …const statementOffset = factory.copyPrologue(node.statements, statements, ensureUseStrict && !isJs… constant 431 …const statementOffset = factory.copyPrologue(node.statements, statements, /*ensureUseStrict*/ !com… constant
|
| D | system.ts | 226 …const statementOffset = factory.copyPrologue(node.statements, statements, ensureUseStrict, topLeve… constant
|
| /third_party/typescript/src/compiler/transformers/ |
| D | es2017.ts | 559 …const statementOffset = factory.copyPrologue((node.body as Block).statements, statements, /*ensure… constant
|
| D | es2018.ts | 1018 …const statementOffset = factory.copyPrologue(node.body!.statements, statements, /*ensureUseStrict*… constant
|
| D | generators.ts | 588 …const statementOffset = factory.copyPrologue(body.statements, statements, /*ensureUseStrict*/ fals… constant
|
| D | es2015.ts | 562 …const statementOffset = factory.copyPrologue(node.statements, prologue, /*ensureUseStrict*/ false,… constant
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeFactory.ts | 6209 const statement = source[statementOffset]; constant 6239 const statement = source[statementOffset]; constant
|
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 3321 const statementOffset = emitPrologueDirectives(body.statements); constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 27697 function copyStandardPrologue(source, target, statementOffset, ensureUseStrict) { argument 27720 function copyCustomPrologue(source, target, statementOffset, visitor, filter) { argument
|
| D | tsc.js | 22318 function copyStandardPrologue(source, target, statementOffset, ensureUseStrict) { argument 22341 function copyCustomPrologue(source, target, statementOffset, visitor, filter) { argument
|