Home | History | Annotate | Download | only in v8

Lines Matching full:help

999     'help': 'the architecture to build for'
1004 'help': 'the os to build for'
1009 'help': 'the toolchain to use'
1017 'help': 'Whether to use native or interpreted regexp implementation'
1022 'help': 'build using snapshots for faster start-up'
1027 'help': 'enable profiling of build target'
1032 'help': 'enable GDB JIT interface'
1037 'help': 'the type of library to produce'
1042 'help': 'enable object printing'
1047 'help': 'enable profiling of JavaScript code'
1052 'help': 'enable debugging of JavaScript code'
1057 'help': 'enable inspector features'
1062 'help': 'enable live object list features in the debugger'
1067 'help': 'turn on setting soname for Linux shared library'
1072 'help': 'the type of Microsoft Visual C++ runtime library to use'
1077 'help': 'use Microsoft Visual C++ link-time code generation'
1082 'help': 'build with simulator'
1087 'help': 'set whether the ARM target supports unaligned accesses'
1092 'help': 'enable the disassembler to inspect generated code'
1097 'help': 'enable fast thread local storage support '
1103 'help': 'set how the build system detects file changes'
1108 'help': 'the console to use for the d8 shell'
1113 'help': 'more output from compiler and linker'
1118 'help': 'shared library symbol visibility'
1123 'help': 'assume strict aliasing while optimizing'
1128 'help': 'select profile guided optimization variant',
1133 'help': 'generate calling conventiont according to selected ARM EABI variant'
1138 'help': 'generate calling conventiont according to selected mips ABI'
1143 'help': 'mips variant'
1148 'help': 'compress startup data (snapshot) [Linux only]'
1153 'help': 'use vfp3 instructions when building the snapshot [Arm only]'
1158 'help': 'use fpu instructions when building the snapshot [MIPS only]'
1176 help = '%s (%s)' % (option.get('help'), ", ".join(option['values']))
1177 result.Add(name, help, default)
1556 Help(opts.GenerateHelpText(env))