Revision f230a1cf src/node.cc

View differences:

src/node.cc
3068 3068
    V8::SetFlagsFromString(expose_debug_as, sizeof(expose_debug_as) - 1);
3069 3069
  }
3070 3070

  
3071
  const char typed_arrays_flag[] = "--harmony_typed_arrays";
3072
  V8::SetFlagsFromString(typed_arrays_flag, sizeof(typed_arrays_flag) - 1);
3073 3071
  V8::SetArrayBufferAllocator(&ArrayBufferAllocator::the_singleton);
3074 3072

  
3075 3073
  // Fetch a reference to the main isolate, so we have a reference to it

Also available in: Unified diff