Home
last modified time | relevance | path

Searched refs:hasDeclValue (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Darktsconfig.cpp254 auto hasDeclValue = data->get()->GetValue<JsonObject::BoolT>(HAS_DECL); in ParseDynamicPaths() local
255 if (!Check(hasDeclValue != nullptr, "Invalid '", HAS_DECL, "' value for dynamic path with key '", key, "'")) { in ParseDynamicPaths()
260 auto res = dynamicPathsMap.insert({normalizedKey, ArkTsConfig::DynamicImportData(*lang, *hasDeclValue)}); in ParseDynamicPaths()

Completed in 2 milliseconds