Home | History | Annotate | Download | only in mjsunit

Lines Matching defs:join

30 from os.path import join, dirname, exists
73 result.append(join(dirname(self.config.root), '..', a_file))
74 framework = join(dirname(self.config.root), 'mjsunit', 'mjsunit.js')
113 regress = [current_path + ['regress', t] for t in self.Ls(join(self.root, 'regress'))]
114 bugs = [current_path + ['bugs', t] for t in self.Ls(join(self.root, 'bugs'))]
115 third_party = [current_path + ['third_party', t] for t in self.Ls(join(self.root, 'third_party'))]
116 tools = [current_path + ['tools', t] for t in self.Ls(join(self.root, 'tools'))]
117 compiler = [current_path + ['compiler', t] for t in self.Ls(join(self.root, 'compiler'))]
122 file_path = join(self.root, reduce(join, test[1:], "") + ".js")
130 status_file = join(self.root, 'mjsunit.status')