Lines Matching refs:path
49 # load("path/to/file.js")
50 # d8.file.execute("path/to/file.js")
54 # import foobar from "path/to/file.js"
55 # import {foo, bar} from "path/to/file.js"
56 # export {"foo" as "bar"} from "path/to/file.js"
61 # import "path/to/file.js"
77 def __init__(self, suite, path, name, test_config):
80 self.path = path # string, e.g. 'div-mod', 'test-api/foo'
387 shell=os.path.abspath(os.path.join(self._test_config.shell_dir, shell)),
457 def add_path(path):
458 result.append(os.path.abspath(path.replace('/', os.path.sep)))
460 add_path(os.path.normpath(
461 os.path.join(os.path.dirname(file), import_path)))
466 for path in match.group(1).strip().split():
467 add_path(path)
494 if resource not in result and os.path.exists(resource):