Home
last modified time | relevance | path

Searched defs:conf (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/static_linker/
H A Dlink.cpp75 auto conf = ark::static_linker::DefaultConfig(); in main() local
H A Dlinker.cpp47 Result Link(const Config &conf, const std::string &output, const std::vector<std::string> &input) argument
H A Dlinker_context_misc.cpp258 Context::Context(Config conf) : conf_(std::move(conf)) {} in Context() argument
/arkcompiler/runtime_core/static_core/static_linker/tests/
H A Dlinker_test.cpp189 void PerformTest(TestData *data, const std::vector<std::string> &perms, const Config &conf, in PerformTest() argument
341 auto conf = DefaultConfig(); in TEST() local
359 auto conf in TEST() local
368 auto conf = DefaultConfig(); TEST() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp2348 bool conf = value->IsException() ? false : value->ToBoolean(); in ToPropertyDescriptor() local

Completed in 7 milliseconds