Skip to content

Commit 64fc34b

Browse files
committed
src: Add StringBytes static util class
Four functions: - StringBytes::StorageSize() - StringBytes::Size() - StringBytes::Write() - StringBytes::Encode()
1 parent 3058f08 commit 64fc34b

File tree

3 files changed

+703
-0
lines changed

3 files changed

+703
-0
lines changed

node.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
'src/node_zlib.cc',
9797
'src/pipe_wrap.cc',
9898
'src/signal_wrap.cc',
99+
'src/string_bytes.cc',
99100
'src/stream_wrap.cc',
100101
'src/slab_allocator.cc',
101102
'src/tcp_wrap.cc',
@@ -126,6 +127,7 @@
126127
'src/udp_wrap.h',
127128
'src/req_wrap.h',
128129
'src/slab_allocator.h',
130+
'src/string_bytes.h',
129131
'src/stream_wrap.h',
130132
'src/tree.h',
131133
'src/v8_typed_array.h',

0 commit comments

Comments
 (0)