Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/templates/
Dplugin_options.rb20 def plugins method
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/
Dtsconfig.test.json13 "plugins": [ array
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.h51 explicit CompilerImpl(size_t threadCount, std::vector<util::Plugin> const *plugins) in CompilerImpl()
/arkcompiler/runtime_core/
Dcodecheck_ignore.json22 "plugins": "*", string
/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/tests/cts-generator/runner/
Drunner.rb23 def self.plugins singletonMethod
/arkcompiler/runtime_core/static_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/arkguard/test/
D.eslintrc.json11 "plugins": ["@typescript-eslint", "prettier"], array
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.cpp254 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