Created
January 12, 2016 00:08
-
-
Save bterlson/5784c2265841b622bbf9 to your computer and use it in GitHub Desktop.
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
> eshost host --list | |
┌──────────────┬─────────┬────────────────────────────────────────────────────┬─────────┐ | |
│ name │ type │ path │ args │ | |
├──────────────┼─────────┼────────────────────────────────────────────────────┼─────────┤ | |
│ chakra │ ch │ C:\Users\brterlso\projects\runify\hosts\ch.exe │ │ | |
├──────────────┼─────────┼────────────────────────────────────────────────────┼─────────┤ | |
│ node │ node │ c:\Program Files\nodejs\node.exe │ │ | |
├──────────────┼─────────┼────────────────────────────────────────────────────┼─────────┤ | |
│ spidermonkey │ jsshell │ C:\Users\brterlso\projects\runify\hosts\js.exe │ │ | |
├──────────────┼─────────┼────────────────────────────────────────────────────┼─────────┤ | |
│ d8 │ d8 │ C:\Users\brterlso\projects\v8\build\Release\d8.exe │ │ | |
├──────────────┼─────────┼────────────────────────────────────────────────────┼─────────┤ | |
│ chakra-es6 │ ch │ C:\Users\brterlso\projects\runify\hosts\ch.exe │ -es6all │ | |
└──────────────┴─────────┴────────────────────────────────────────────────────┴─────────┘ | |
> eshost -e "print(Map.length)" | |
## chakra-es6 | |
0 | |
## d8 | |
0 | |
## chakra | |
0 | |
## spidermonkey | |
1 | |
## node | |
0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment