[v8-users] Re: v8 link error when generate cctest.exe

2018-09-18 Thread YJ
Hey Quan, Sorry. I found time to look into my issue again. I am now fairly certain that problem is posix specific. You must have a different issue than what I was thinking. On Wednesday, August 29, 2018 at 11:11:49 PM UTC-7, Quan Chen wrote: > > From what I can see in the static lib template,

Re: [v8-users] Arraybuffer

2018-09-18 Thread dan Med
I was reading this code but i can't figure outwhat av_..._.. stands for is it already opening the connection here? static int tcp_open(URLContext *h, const char *uri, int flags){ struct addrinfo hints = { 0 }, *ai, *cur_ai;int port, fd = -1; TCPContext *s = h->priv_data;const char *p;

[v8-users] Re: ChromeDevTools connected to Inspector, but error responses... missing native JS functions?

2018-09-18 Thread @soylentgraham
YetAnotherUpdate After some more digging, I found the issue I have is identified node and chromium too... https://github.com/nodejs/node/commit/b1e26128f317a6f5a5808a0a727e98f80f088b84 So, it looks like the default v8 [platform] isn't chrome-dev-tools compatible. Ibon's case worked as it has