The separate V8 ( d8) shell has no object console, so I cannot do it console.log. How to print material in standard mode?
d8
console
console.log
Use printinstead console.log. For example:
print
$ cat test.js print('foo'); $ ~/src/v8/out/native/d8 test.js foo
Go to the Sandeep Datta blog post for more information on helper features d8such as print.
Source: https://habr.com/ru/post/1530848/More articles:Android bitmap.setPixel (x, y, color) sets the value of the passed value - androidHow does Android apply the alpha channel when using copyPixelsToBuffer? - javaSet mysql skip-networking to off - mysqlSplitting a string into n-length elements for an array - javaSplitting a string into equal parts (java / groovy) - javaserious accent at Haskell - syntaxLibGDX Stage vs SpriteBatch to draw a game - javaОшибка GoogleJsonResponse: 500 Внутренняя ошибка сервера - androidOSX How do I install the script shell change directory in the folder where the script is located? - javaSubqueries in this context are not allowed. Only scalar expressions allowed - sqlAll Articles