Lines Matching refs:contentArgs
1083 init: function init(ext, prop, args, contentArgs) {
1088 this.contentArgs = contentArgs || [];
1121 if (node.contentArgs) {
1122 node.contentArgs.forEach(function (n) {
1381 var contentArgs = node.contentArgs;
1388 if (args || contentArgs) {
1400 if (i !== args.children.length - 1 || contentArgs.length) {
1405 if (contentArgs.length) {
1406 contentArgs.forEach(function (arg, i) { field
5503 var contentArgs = mapCOW(ast.contentArgs, function (node) {
5506 if (args !== ast.args || contentArgs !== ast.contentArgs) {
5507 ast = new nodes[ast.typename](ast.extName, ast.prop, args, contentArgs);