Home | History | Annotate | Download | only in mjsunit

Lines Matching defs:join

30 from os.path import join, dirname, exists
76 result.append(join(dirname(self.config.root), '..', a_file))
77 framework = join(dirname(self.config.root), 'mjsunit', 'mjsunit.js')
125 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
126 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
127 third_party = [current_path + ['third_party', t] for t in self.Ls(join(self.root, 'third_party'))]
128 tools = [current_path + ['tools', t] for t in self.Ls(join(self.root, 'tools'))]
129 compiler = [current_path + ['compiler', t] for t in self.Ls(join(self.root, 'compiler'))]
130 harmony = [current_path + ['harmony', t] for t in self.Ls(join(self.root, 'harmony'))]
142 file_path = join(self.root, reduce(join, test[1:], "") + ".js")
151 status_file = join(self.root, 'mjsunit.status')