Lines Matching refs:Template
75 Template(name, '"use strict";\n' + source)(replacement, expectation)
76 Template(name + '-infunc',
79 Template(name + '-infunc2',
87 arg_name_own = Template("argument-name-own-$id", """
93 arg_name_nested = Template("argument-name-nested-$id", """
100 func_name_own = Template("function-name-own-$id", """
106 func_name_nested = Template("function-name-nested-$id", """
141 label_normal = Template("label-normal-$id", """
149 break_normal = Template("break-normal-$id", """
161 continue_normal = Template("continue-normal-$id", """
173 non_strict_use = Template("nonstrict-$id", """
210 identifier_name = Template("identifier_name-$id", identifier_name_source)