jsSrcOptions.shouldGenerateJsdoc() ||
jsSrcOptions.shouldProvideRequireSoyNamespaces() ||
jsSrcOptions.shouldProvideRequireJsFunctions();
for (int i = 0, n = node.numChildren(); i < n; i += 2) {
ExprNode keyNode = node.getChild(i);
ExprNode valueNode = node.getChild(i + 1);
if (keyNode instanceof StringNode) {
if (strKeysEntriesSnippet.length() > 0) {
strKeysEntriesSnippet.append(", ");
}