Home
last modified time | relevance | path

Searched defs:compile (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/
DCompilerWrapper.ts22 export function compile(options: LintOptions, extraOptions?: any): ts.Program { function
DLinterRunner.ts103 const tsProgram = options.tsProgram ?? compile(options, getStrictOptions()); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DCompilerWrapper.ts22 export function compile(options: LintOptions, extraOptions?: any): ts.Program { function
DLinterRunner.ts105 const tsProgram = options.tsProgram ?? compile(options, getStrictOptions()); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/
Dpackage.json10 "compile": "../../../../third_party/typescript/bin/tsc --m commonjs", string
/arkcompiler/ets_frontend/ts2panda/tests/utils/
Dbase.ts233compile(snippet: string, passes?: Pass[], literalBufferArray?: Array<LiteralBuffer>): PandaGen[] { method in SnippetCompiler
/arkcompiler/ets_frontend/ets2panda/linter/
Dpackage.json15 "compile": "npm run tsc", string
/arkcompiler/ets_frontend/ets2panda/linter-4.2/
Dpackage.json16 "compile": "npm run tsc", string
/arkcompiler/ets_frontend/ts2panda/src/
DcompilerDriver.ts171 compile(node: ts.SourceFile, ts2abcProcess?: any | undefined): void { method in CompilerDriver
Dcompiler.ts162 compile(): void { method in Compiler
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dfunction.rb139 def compile method in Function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h305 void EmitMaybeOptional(const ir::Expression *node, F const &compile, bool isOptional) in EmitMaybeOptional()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp202 std::string compile("Compiling "); in EmitFileInfo() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument