Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ path_mjs
Method
path_mjs
deps/v8/tools/testrunner/objects/testcase.py:504–505 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
502
503
@property
504
def
path_mjs(self):
505
return
self.path_and_suffix(
'.mjs'
)
506
507
def
_create_cmd(self, ctx, params, env, timeout):
508
shell_dir = self.test_config.shell_dir
Callers
nothing calls this directly
Calls
1
path_and_suffix
Method · 0.95
Tested by
no test coverage detected