JS: Use appendToNamespace

This commit is contained in:
Asger Feldthaus
2021-08-03 08:52:19 +02:00
parent f5f255d93d
commit c88d213f37

View File

@@ -120,7 +120,7 @@ module Vuex {
pragma[noinline]
string getNamespace() {
getNumArgument() = 2 and
result = namespace + getParameter(0).getAValueReachingRhs().getStringValue() + "/"
result = appendToNamespace(namespace, getParameter(0).getAValueReachingRhs().getStringValue())
or
getNumArgument() = 1 and
result = namespace