Home
last modified time | relevance | path

Searched refs:createBlock (Results 1 – 25 of 51) sorted by relevance

123

/third_party/typescript/src/testRunner/unittests/
Dfactory.ts23 …typeParameters*/ undefined, /*parameters*/ undefined, /*type*/ undefined, factory.createBlock([]));
65 factory.createBlock([]),
96 const body = factory.createBlock([]);
107 const body = factory.createBlock([]);
Dtransform.ts342 …/**/ undefined, "baz", /**/ undefined, /**/ undefined, [], /**/ undefined, factory.createBlock([]))
382 …Modifier(SyntaxKind.PrivateKeyword)], /*dotDotDotToken*/ undefined, "x")], factory.createBlock([]))
/third_party/typescript/src/compiler/transformers/
Des2018.ts635 factory.createBlock(
678 factory.createBlock(
687 return factory.createBlock([
693 factory.createBlock([
758 factory.createBlock([
767 factory.createBlock([
780 factory.createBlock([
782 /*tryBlock*/ factory.createBlock([
802 factory.createBlock([
1081 const body = visitNode(node.body, visitor, isConciseBody) ?? factory.createBlock([]);
[all …]
Des2015.ts891 …const block = factory.createBlock(setTextRange(factory.createNodeArray(statements), /*location*/ n…
982 const block = factory.createBlock(statementsArray, /*multiLine*/ true);
1147 const body = factory.createBlock(
1387 factory.createBlock([
1491 factory.createBlock([
2044 …const block = factory.createBlock(setTextRange(factory.createNodeArray(statements), statementsLoca…
2518 factory.createBlock(
2641 factory.createBlock([
2650 factory.createBlock([
2663 factory.createBlock([
[all …]
Dts.ts1124 …const block = factory.createBlock(setTextRange(factory.createNodeArray(statements), body.statement…
1226 visitFunctionBody(node.body, visitor, context) || factory.createBlock([])
1248 visitFunctionBody(node.body, visitor, context) || factory.createBlock([])
1264 visitFunctionBody(node.body, visitor, context) || factory.createBlock([])
1286 visitFunctionBody(node.body, visitor, context) || factory.createBlock([])
1593 return factory.createBlock(
1923 const block = factory.createBlock(
/third_party/skia/tools/trace/
DChromeTracingTracer.cpp54 this->createBlock(); in ChromeTracingTracer()
59 void ChromeTracingTracer::createBlock() { in createBlock() function in ChromeTracingTracer
71 this->createBlock(); in appendEvent()
DChromeTracingTracer.h65 void createBlock();
/third_party/jsframework/runtime/main/model/
Dcompiler.ts48 createBlock,
401 const slotDest = createBlock(vm, dest);
456 const fragBlock: FragBlockInterface = createBlock(vm, dest);
477 const fragBlock = createBlock(vm, dest);
503 const block = createBlock(vm, dest);
DdomHelper.ts62 export function createBlock(vm: Vm, element: Element | FragBlockInterface): FragBlockInterface { function
/third_party/typescript/src/compiler/transformers/module/
Dmodule.ts231 factory.createBlock(
238 factory.createBlock([
278 factory.createBlock([
454 const body = factory.createBlock(statements, /*multiLine*/ true);
778 const body = factory.createBlock([
864 factory.createBlock([factory.createReturnStatement(requireCall)]));
1728 factory.createBlock([factory.createReturnStatement(value)])
Dsystem.ts280 factory.createBlock(executeStatements, /*multiLine*/ true)
286 return factory.createBlock(statements, /*multiLine*/ true);
394 factory.createBlock([
411 factory.createBlock([
563 factory.createBlock(statements, /*multiLine*/ true)
/third_party/skia/src/gpu/
DGrBufferAllocPool.cpp227 if (!this->createBlock(size)) { in makeSpace()
259 if (!this->createBlock(fallbackSize)) { in makeSpaceAtLeast()
313 bool GrBufferAllocPool::createBlock(size_t requestSize) { in createBlock() function in GrBufferAllocPool
DGrBufferAllocPool.h151 bool createBlock(size_t requestSize);
/third_party/typescript/src/services/codefixes/
DgenerateAccessors.ts155 factory.createBlock([
174 factory.createBlock([
DconvertToAsyncFunction.ts419 const tryBlock = factory.createBlock(inlinedLeftHandSide);
420 const finallyBlock = factory.createBlock(inlinedCallback);
447 const tryBlock = factory.createBlock(inlinedLeftHandSide);
448 …etSynthesizedDeepClone(declareSynthBindingName(inputArgName)), factory.createBlock(inlinedCallback…
DfixUnreachableCode.ts40 … changes.replaceNode(sourceFile, statement, factory.createBlock(emptyArray));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h123 void createBlock(StringRef FileName);
/third_party/typescript/src/services/refactors/
DaddOrRemoveBracesToArrowFunction.ts69 body = factory.createBlock([returnStatement], /* multiLine */ true);
DconvertArrowFunctionOrFunctionExpression.ts185 return factory.createBlock([returnStatement], /* multiLine */ true);
/third_party/typescript/src/compiler/factory/
DnodeConverters.ts19 const body = factory.createBlock([returnStatement], multiLine);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h672 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function
806 return createBlock(Parent, Content, Address, Alignment, AlignmentOffset); in createContentBlock()
812 return createBlock(Parent, Size, Address, Alignment, AlignmentOffset); in createZeroFillBlock()
876 createBlock(Section, Size, Address, Alignment, 0), Name, Size, S, in addCommonSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DAutofixer.ts192 const newBody = factory.createBlock(fieldInitStmts.concat(ctorDecl.body.statements), true);
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DAutofixer.ts192 const newBody = factory.createBlock(fieldInitStmts.concat(ctorDecl.body.statements), true);
/third_party/node/deps/v8/tools/turbolizer/src/
Dsource-resolver.ts698 function createBlock(state, match) {
731 process: createBlock

123