Searched refs:createModule (Results 1 – 8 of 8) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | silentNeverPropagation.types | 28 declare function createModule<TState, TActions>(state: TState, actions: TActions): ModuleWithState<… 29 >createModule : <TState, TActions>(state: TState, actions: TActions) => ModuleWithState<TState> & T… 39 >convert( createModule({ a: 12 }, { foo() { return true } })) : ModuleWithState<{ a: number; } &… 42 createModule({ a: 12 }, { foo() { return true } }) 43 >createModule({ a: 12 }, { foo() { return true } }) : ModuleWithState<{ a: number; }> & { foo(): tr… 44 >createModule : <TState, TActions>(state: TState, actions: TActions) => ModuleWithState<TState> & T…
|
D | silentNeverPropagation.js | 16 declare function createModule<TState, TActions>(state: TState, actions: TActions): ModuleWithState<… 21 createModule({ a: 12 }, { foo() { return true } }) 32 var breaks = convert(createModule({ a: 12 }, { foo: function () { return true; } })); 48 declare function createModule<TState, TActions>(state: TState, actions: TActions): ModuleWithState<…
|
D | silentNeverPropagation.symbols | 30 declare function createModule<TState, TActions>(state: TState, actions: TActions): ModuleWithState<… 31 >createModule : Symbol(createModule, Decl(silentNeverPropagation.ts, 12, 2)) 59 createModule({ a: 12 }, { foo() { return true } }) 60 >createModule : Symbol(createModule, Decl(silentNeverPropagation.ts, 12, 2))
|
/third_party/typescript/tests/cases/compiler/ |
D | silentNeverPropagation.ts | 18 declare function createModule<TState, TActions>(state: TState, actions: TActions): ModuleWithState<… function 23 createModule({ a: 12 }, { foo() { return true } })
|
/third_party/typescript/src/harness/ |
D | evaluatorImpl.ts | 81 protected abstract createModule(file: string): TModule; 88 this.moduleCache.set(file, module = this.createModule(file)); 151 protected createModule(): CommonJSModule { method in evaluator.CommonJsLoader 231 protected createModule(file: string): SystemModule { method in evaluator.SystemLoader
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 738 DIModule *createModule(DIScope *Scope, StringRef Name,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 830 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule() function in DIBuilder
|
D | DebugInfo.cpp | 786 return wrap(unwrap(Builder)->createModule( in LLVMDIBuilderCreateModule()
|