Home
last modified time | relevance | path

Searched defs:isGood (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/test/interop/
Dinterop_import_js_rules_js.js16 export let foo = {isGood: true} property
/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp164 void TestSingle(const std::string &path, bool isGood = true, const Config &conf = ark::static_linke… in TestSingle()
196 bool isGood = false; member
248 void TestMultiple(const std::string &path, std::vector<std::string> perms, bool isGood = true, in TestMultiple()
328 void TestSts(const std::string &path, const std::vector<std::string> &files, bool isGood = true, in TestSts()