Home | History | Annotate | Download | only in build

Lines Matching refs:stripped_text

58     stripped_text = parse_deps._strip_js_comments(text)
59 module.validate_uses_strict_mode_(stripped_text)
67 stripped_text = parse_deps._strip_js_comments(text)
68 self.assertRaises(lambda: module.validate_uses_strict_mode_(stripped_text))
79 stripped_text = parse_deps._strip_js_comments(text)
80 module.parse_definition_(stripped_text)
93 stripped_text = parse_deps._strip_js_comments(text)
94 module.parse_definition_(stripped_text)
107 stripped_text = parse_deps._strip_js_comments(text)
108 module.parse_definition_(stripped_text)
118 stripped_text = parse_deps._strip_js_comments(text)
119 module.parse_definition_(stripped_text, decl_required=False)
130 stripped_text = parse_deps._strip_js_comments(text)
131 module.parse_definition_(stripped_text)
156 stripped_text = parse_deps._strip_js_comments(text)
157 module.parse_definition_(stripped_text)
179 stripped_text = parse_deps._strip_js_comments(text)
180 module.parse_definition_(stripped_text)
196 stripped_text = parse_deps._strip_js_comments(text)
197 module.parse_definition_(stripped_text)