This file contains hidden or 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
    
  
  
    
  | var express = require('express'), | |
| sys = require('sys'), | |
| io = require('../lib/Socket.IO-node'); | |
| var server = express.createServer(); | |
| server.get('/', function(req, res){ | |
| res.send('Welcome to NavNet'); | |
| }); | 
  
    
      This file contains hidden or 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
    
  
  
    
  | var express = require('express'), | |
| sys = require('sys'), | |
| io = require('../lib/Socket.IO-node'); | |
| var server = express.createServer(); | |
| server.get('/', function(req, res){ | |
| res.send('Welcome to NavNet'); | |
| }); | 
  
    
      This file contains hidden or 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
    
  
  
    
  | #0 0x081f8b17 in v8::internal::Map::instance_type (this=0x18a0a000) | |
| at /home/test/Development/uc/audio/vendor/node/deps/v8/src/objects-inl.h:2186 | |
| #1 0x081f6eb2 in v8::internal::Object::IsHeapNumber (this=0xb5fb6335) | |
| at /home/test/Development/uc/audio/vendor/node/deps/v8/src/objects-inl.h:142 | |
| #2 0x08338ba9 in v8::internal::Object::ToArrayIndex (this=0xb5fb6335, | |
| index=0xabd571cc) | |
| at /home/test/Development/uc/audio/vendor/node/deps/v8/src/objects-inl.h:1383 | |
| #3 0x08376df3 in v8::internal::Runtime::GetObjectProperty (object=..., | |
| key=...) | |
| at /home/test/uc/audio/vendor/node/deps/v8/src/runtime.cc:3387 | 
  
    
      This file contains hidden or 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
    
  
  
    
  | #include <v8.h> | |
| #include <node.h> | |
| #include <unistd.h> | |
| #include <string.h> | |
| #include <glob.h> | |
| #include "audiolib.h" | |
| using namespace v8; | |
| using namespace node; |