Re: [v8-users] Arraybuffer

2018-09-24 Thread J Decker
On Mon, Sep 24, 2018 at 2:18 PM dan Med wrote: > When is it called ? > It never is; It doesn't even exist in V8. > > On Thu, 20 Sep 2018 at 07:03, dan Med wrote: > >> Ok but then can someone give me a big picture of the directories ? And >> how the code is generally structured ? >> Or how is

[v8-users] Intent to ship: Intl.RelativeTimeFormat

2018-09-24 Thread Frank Tang
Spec https://tc39.github.io/proposal-intl-relative-time/ Summary A Stage 3 proposal that introduces a new formatter under Intl. Intl.RelativeTimeFormat is a low level API to facilitate libraries and frameworks to format relative time in a localized fashion by providing internationalized

Re: [v8-users] Arraybuffer

2018-09-24 Thread dan Med
When is it called ? On Thu, 20 Sep 2018 at 07:03, dan Med wrote: > Ok but then can someone give me a big picture of the directories ? And how > the code is generally structured ? > Or how is ArrayBufferBuilder:append called ? > > On Thu, 20 Sep 2018 at 00:14, Peter Schow wrote: > >> On Wed,