Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ get_sandbox_flag
Method
get_sandbox_flag
deps/v8/tools/dev/gm.py:601–604 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
599
return
[]
600
601
def
get_sandbox_flag(self):
602
if
self.arch in SANDBOX_SUPPORTED_ARCHES:
603
return
[
"v8_enable_sandbox = true"
]
604
return
[]
605
606
def
get_gn_args(self):
607
# Use only substring before first '-' as the actual mode
Callers
1
get_gn_args
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected