Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/driver/build_system/test/demo_mix_hap/
Dbuild_config_decl.json2 "plugins": { object
/arkcompiler/runtime_core/templates/
Dplugin_options.rb20 def plugins method
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.h50 explicit CompilerImpl(size_t threadCount, std::vector<util::Plugin> const *plugins) in CompilerImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/
Dtsconfig.test.json13 "plugins": [ array
/arkcompiler/runtime_core/static_core/templates/
Dplugin_options.rb20 def plugins method
/arkcompiler/runtime_core/
Dcodecheck_ignore.json22 "plugins": "*", string
/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/
Des2panda.cpp76 Compiler::Compiler(ScriptExtension ext, size_t threadCount, std::vector<util::Plugin> &&plugins) in Compiler()
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dtypes.ts168 plugins: PluginsConfig; property
/arkcompiler/ets_frontend/ets2panda/public/
Dpublic.h199 std::vector<util::Plugin> const *plugins = nullptr; member
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dtypes.ts145 plugins: PluginsConfig; property
/arkcompiler/ets_frontend/arkguard/test/
D.eslintrc.json11 "plugins": ["@typescript-eslint", "prettier"], array