Re: [v8-users] Does anyone know what an external arraybuffer is and how to create it.

2018-04-23 Thread cyril
Thanks! not new ArrayBuffer( size ) I think it can also be expressed as how to create a Blinks's Array Buffer. 在 2018年4月23日星期一 UTC+8下午8:58:48,J Decker写道: > > > > On Mon, Apr 23, 2018 at 5:55 AM, cyril > > wrote: > >> Sorry for my unclear expression, I mean the External ArrayBuffer in >> chrom

Re: [v8-users] Does anyone know what an external arraybuffer is and how to create it.

2018-04-23 Thread cyril
Sure, but chrome is using v8~ 在 2018年4月23日星期一 UTC+8下午8:58:48,J Decker写道: > > > > On Mon, Apr 23, 2018 at 5:55 AM, cyril > > wrote: > >> Sorry for my unclear expression, I mean the External ArrayBuffer in >> chrome. >> > > This group is about V8... not chrome; > > new ArrayBuffer( size ) ? >

Re: [v8-users] Does anyone know what an external arraybuffer is and how to create it.

2018-04-23 Thread cyril
Sorry for my unclear expression, I mean the External ArrayBuffer in chrome. -- -- 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 gro

Re: [v8-users] Does anyone know what an external arraybuffer is and how to create it.

2018-04-23 Thread J Decker
On Mon, Apr 23, 2018 at 5:55 AM, cyril wrote: > Sorry for my unclear expression, I mean the External ArrayBuffer in chrome. > This group is about V8... not chrome; new ArrayBuffer( size ) ? > > 在 2018年4月23日星期一 UTC+8下午6:22:15,J Decker写道: >> >> https://gist.github.com/luismreis/4160350 >> >> '

Re: [v8-users] Does anyone know what an external arraybuffer is and how to create it.

2018-04-23 Thread cyril
Sorry for my unclear expression, I mean the External ArrayBuffer in chrome. 在 2018年4月23日星期一 UTC+8下午6:22:15,J Decker写道: > > https://gist.github.com/luismreis/4160350 > > '?? NativeArrays' section > > Or like here > https://github.com/d3x0r/sack.vfs/blob/master/src/vfs_module.cc#L464 > that assign

Re: [v8-users] Does anyone know what an external arraybuffer is and how to create it.

2018-04-23 Thread J Decker
https://gist.github.com/luismreis/4160350 '?? NativeArrays' section Or like here https://github.com/d3x0r/sack.vfs/blob/master/src/vfs_module.cc#L464 that assigns a 'holder' that is called when SetWeak callback is called to release the buffer when garbage collected... On Mon, Apr 23, 2018 at

[v8-users] Does anyone know what an external arraybuffer is and how to create it.

2018-04-23 Thread cyril
Hi,all I encountered some problems while learning v8. I am very confused about the external arraybuffer in v8. So, does anyone know what an external arraybuffer is and how to create it? thank you! -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users -