Home
last modified time | relevance | path

Searched defs:plugins (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/templates/
Dplugin_options.rb20 def plugins method
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.h51 explicit CompilerImpl(size_t threadCount, std::vector<util::Plugin> const *plugins) in CompilerImpl()
/arkcompiler/runtime_core/static_core/templates/
Dplugin_options.rb20 def plugins method
/arkcompiler/ets_frontend/ets2panda/
Des2panda.cpp63 Compiler::Compiler(ScriptExtension ext, size_t threadCount, std::vector<util::Plugin> &&plugins) in Compiler()
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
Drunner.rb23 def self.plugins singletonMethod
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb23 def self.plugins singletonMethod
/arkcompiler/ets_frontend/ets2panda/public/
Dpublic.h50 std::vector<util::Plugin> const *plugins = nullptr; member
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.cpp198 ark::PandArg<std::string> plugins {"plugins", "", "Plugins"}; member
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
D.eslintrc.json9 "plugins": ["@typescript-eslint", "@stylistic"], array
/arkcompiler/ets_frontend/ets2panda/linter/
D.eslintrc.json9 "plugins": ["@typescript-eslint", "@stylistic", "import", "n"], array