You can find places where ArrayBufferBuilder::Append is called, by looking for 
the ArrayBufferBuilder symbol on cs.chromium.org.

For example, here’s one use of it: 
https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/fileapi/file_reader_loader.cc?type=cs&g=0&l=260

I don’t have an answer for your other question regarding the memory layout 
(were you asking if the builder is a variably sized object, or if it just holds 
a pointer to the variably sized byte array, or something else?) — but hopefully 
you’ve had that cleared up already.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to