github.com/igggame/nebulas-go@v2.1.0+incompatible/nf/nvm/v8/test/test_console.js (about)

     1  // test 1.
     2  _native_log(1, "log from test_console.js.");
     3  
     4  // test 2.
     5  // var console = require('console.js');
     6  console.info('log data:', 1, true, undefined, {
     7      'x': 1
     8  }, console.error);
     9  
    10  // test 3.
    11  var _test_3_z = {};
    12  console.log('typeof(this) == ', typeof (this), this);