Home
last modified time | relevance | path

Searched defs:createModule (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DsilentNeverPropagation.ts18 declare function createModule<TState, TActions>(state: TState, actions: TActions): ModuleWithState<… function
/third_party/typescript/src/harness/
DevaluatorImpl.ts151 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/lib/IR/
DDIBuilder.cpp830 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule() function in DIBuilder