Home
last modified time | relevance | path

Searched refs:UNSAFE_FOR_CMD (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/mb/
H A Dmb.py1238 UNSAFE_FOR_CMD = UNSAFE_FOR_SET.union(set('()%')) variable
1239 ALL_META_CHARS = UNSAFE_FOR_CMD.union(set('"'))
1257 if any(a in UNSAFE_FOR_CMD for a in arg):

Completed in 2 milliseconds