Re: [v8-users] Intent to Implement: "numberingSystem" option for Intl.NumberFormat / "calendar" and "numberingSystem" option for Intl.DateTimeFormat

2019-05-14 Thread 'Mathias Bynens' via v8-users
LGTM *From: *Frank Tang *Date: *Tue, May 14, 2019 at 5:33 PM *To: *blink-dev, v8-users, , Adam Klein, Sathya Gunasekaran, Jakob Kummerow, Nebojša Ćirić Contact emails ft...@chromium.org,js...@chromium.org Explainer > https://github.com/tc39/ecma402/pull/175 Design docs/spec Specification: >

[v8-users] Intent to Implement: "numberingSystem" option for Intl.NumberFormat / "calendar" and "numberingSystem" option for Intl.DateTimeFormat

2019-05-14 Thread Frank Tang
Contact emails ft...@chromium.org,js...@chromium.org Explainer https://github.com/tc39/ecma402/pull/175 Design docs/spec Specification: https://github.com/tc39/ecma402/pull/175 https://github.com/tc39/ecma402/pull/175 TAG review No need for TAG review since the TC39 / ECMA402 process provide

Re: [v8-users] Wanting to understand V8 WorkerThread(s)

2019-05-14 Thread Ben Noordhuis
On Mon, May 13, 2019 at 8:49 PM Joel Scarfone wrote: > > Hi All! I have a very simple program as follows that just creates an isolate, > then sleeps: > > #include > #include > #include > > #include > #include > > using v8::Isolate; > > int main() { > >std::unique_ptr platform = >