- 한국어 번역(초벌): nacyot
- 같이 읽으면 좋은 문서들
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node --v8-options > node_8_v8_options | |
SSE3=1 SSSE3=1 SSE4_1=1 SAHF=1 AVX=1 FMA3=1 BMI1=1 BMI2=1 LZCNT=1 POPCNT=1 ATOM=0 | |
Usage: | |
shell [options] -e string | |
execute string in V8 | |
shell [options] file1 file2 ... filek | |
run JavaScript scripts in file1, file2, ..., filek | |
shell [options] | |
shell [options] --shell [file1 file2 ... filek] |