Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
v8-users
Conversations
About
v8-users
1–30 of 3802
Mark all as read
Report abusive group
0 selected
Pankaj Chhabra
,
Omer Katz (chromium.org)
2
3:48 AM
Could some one please tell why without isolate_scope I get exception?
Are you keeping the isolate_scope alive while calling your method? V8 requires that you have a live
unread,
Could some one please tell why without isolate_scope I get exception?
Are you keeping the isolate_scope alive while calling your method? V8 requires that you have a live
3:48 AM
Pankaj Chhabra
Jun 5
Getting error message callback with StartPosition-1, ErrorLevel: 8
My Javascript code creates an instance of a class with myClass = new MyClass; I call a method
unread,
Getting error message callback with StartPosition-1, ErrorLevel: 8
My Javascript code creates an instance of a class with myClass = new MyClass; I call a method
Jun 5
Subash Durairaj
Jun 2
Regarding exception happen in module success callback.
Hi Team, consider i have following script. function run() { console.log("before logger");
unread,
Regarding exception happen in module success callback.
Hi Team, consider i have following script. function run() { console.log("before logger");
Jun 2
Matt Henkes
,
Ben Noordhuis
4
May 20
Debugging mksnapshot bus error
On Fri, May 19, 2023 at 2:25 PM Matt Henkes <mat...@cypress.io> wrote: > > Thanks for
unread,
Debugging mksnapshot bus error
On Fri, May 19, 2023 at 2:25 PM Matt Henkes <mat...@cypress.io> wrote: > > Thanks for
May 20
John Davis
May 5
What is cipd_client_version?
Hello I see this file depot_tools/cipd_client_version and it has a hash in it. I thought it might
unread,
What is cipd_client_version?
Hello I see this file depot_tools/cipd_client_version and it has a hash in it. I thought it might
May 5
Weihua Wang
, …
Jakob Kummerow
3
Apr 24
v8 build issue
Have you run `gclient sync` after updating your git branch? On Sat, Apr 22, 2023 at 7:27 AM ji qiu
unread,
v8 build issue
Have you run `gclient sync` after updating your git branch? On Sat, Apr 22, 2023 at 7:27 AM ji qiu
Apr 24
Bruce MacNaughton
,
Patrick Thier
5
Apr 17
should internalizing a string maintain external data when possible?
I think I've had a bit of a misconception; I was jumbling together "external" and our
unread,
should internalizing a string maintain external data when possible?
I think I've had a bit of a misconception; I was jumbling together "external" and our
Apr 17
Sad Al Abdullah
Apr 7
Need help to Build ARM64 embedded application.
Hello, I build V8 for linux ARM64 using Ubuntu X64 OS using cross compiler. Now I am trying to build
unread,
Need help to Build ARM64 embedded application.
Hello, I build V8 for linux ARM64 using Ubuntu X64 OS using cross compiler. Now I am trying to build
Apr 7
theratliter theratliter
,
Ben Noordhuis
6
Apr 6
question about V8 Stack roots
I find "stack roots" in heapsnapshot in Node.js v16.18.1, i think it is related to V8
unread,
question about V8 Stack roots
I find "stack roots" in heapsnapshot in Node.js v16.18.1, i think it is related to V8
Apr 6
Bruce MacNaughton
,
Ben Noordhuis
2
Apr 5
v8::Isolate::GetCurrent() - when can it return null
On Tue, Apr 4, 2023 at 10:21 PM Bruce MacNaughton <bmacna...@gmail.com> wrote: > > I
unread,
v8::Isolate::GetCurrent() - when can it return null
On Tue, Apr 4, 2023 at 10:21 PM Bruce MacNaughton <bmacna...@gmail.com> wrote: > > I
Apr 5
Jeong HyunJun
,
Jakob Kummerow
3
Mar 23
why is this code running time different?
sorry, longString[i] is faster than longString[1] i checked with `--print-opt-code`, but it was too
unread,
why is this code running time different?
sorry, longString[i] is faster than longString[1] i checked with `--print-opt-code`, but it was too
Mar 23
Qiaowen Yang
,
Ben Noordhuis
3
Mar 22
can v8 be run without an OS
Thanks for your clarification! On Wednesday, March 22, 2023 at 4:39:59 PM UTC+8 Ben Noordhuis wrote:
unread,
can v8 be run without an OS
Thanks for your clarification! On Wednesday, March 22, 2023 at 4:39:59 PM UTC+8 Ben Noordhuis wrote:
Mar 22
ClearScript Developers
Mar 20
Windows x86 with stdcall?
Greetings! By adding the /Gz compiler switch and making a few minor tweaks, we've managed to
unread,
Windows x86 with stdcall?
Greetings! By adding the /Gz compiler switch and making a few minor tweaks, we've managed to
Mar 20
WojtekGame
,
Igor Sheludko
2
Mar 20
how do i get depot_tools on Windows?
Hello, If you are talking about this section https://chromium.googlesource.com/chromium/src/+/master/
unread,
how do i get depot_tools on Windows?
Hello, If you are talking about this section https://chromium.googlesource.com/chromium/src/+/master/
Mar 20
Yulan Wang
, …
Tudor Bosman
4
Mar 17
Unable to compile wasm bytes in a isolate associated with v8::SnapshotCreator
Is there any chance that this can be resurrected / implemented? I'd love to be able to snapshot
unread,
Unable to compile wasm bytes in a isolate associated with v8::SnapshotCreator
Is there any chance that this can be resurrected / implemented? I'd love to be able to snapshot
Mar 17
Igor Sheludko
,
Shu-yu Guo
2
Mar 2
Heads-up: Upcoming removal of non-shared pointer compression cage mode
+1 from me for simplifying our supported build configurations, this is great. Thanks, Igor! On Thu,
unread,
Heads-up: Upcoming removal of non-shared pointer compression cage mode
+1 from me for simplifying our supported build configurations, this is great. Thanks, Igor! On Thu,
Mar 2
Yulan Wang
, …
Nikos Papaspyrou
3
Feb 23
bazel build v8 version 11.0.226.16 failed with error: 'src/heap/base/stack.h' file
That's right, I introduced this by mistake in all files under src/heap/base/asm/, probably a
unread,
bazel build v8 version 11.0.226.16 failed with error: 'src/heap/base/stack.h' file
That's right, I introduced this by mistake in all files under src/heap/base/asm/, probably a
Feb 23
Yulan Wang
,
Yahan Lu
3
Feb 22
bazel build v8 from source code failed with `js-temporal-objects.cc`
Seems this caused by gcc version flag setting. After add the flag `-Wno-nonnull` to gcc build,
unread,
bazel build v8 from source code failed with `js-temporal-objects.cc`
Seems this caused by gcc version flag setting. After add the flag `-Wno-nonnull` to gcc build,
Feb 22
ClearScript Developers
, …
Clemens Backes
6
Feb 22
Issues with preserve_most?
Hi Clemens, >Do you need us to merge that back to v8 11.1, or can you just disable that on your
unread,
Issues with preserve_most?
Hi Clemens, >Do you need us to merge that back to v8 11.1, or can you just disable that on your
Feb 22
Qiaowen Yang
,
Yahan Lu
3
Feb 21
how will simd256 in V8 be used
thanks for the clarification. On Thursday, February 16, 2023 at 5:07:52 PM UTC+8 ya...@iscas.ac.cn
unread,
how will simd256 in V8 be used
thanks for the clarification. On Thursday, February 16, 2023 at 5:07:52 PM UTC+8 ya...@iscas.ac.cn
Feb 21
ji qiu
,
Qiaowen Yang
2
Feb 21
Re: [v8-users] what does simd256 in V8 used for
Thank you. This is very helpful. On Thursday, February 16, 2023 at 5:22:58 PM UTC+8 qiuji....@gmail.
unread,
Re: [v8-users] what does simd256 in V8 used for
Thank you. This is very helpful. On Thursday, February 16, 2023 at 5:22:58 PM UTC+8 qiuji....@gmail.
Feb 21
Pradyumna Shome
,
Jakob Gruber
4
Feb 20
Creating and returning a new v8::internal::Object within a runtime function
I figured out my problem, although I don't know enough of the V8 system architecture to explain
unread,
Creating and returning a new v8::internal::Object within a runtime function
I figured out my problem, although I don't know enough of the V8 system architecture to explain
Feb 20
Weihua Wang
Feb 17
Is V8Debugger thread safe?
I was thinking on how to pause an infinite loop. In that case, the websocket reads has to be on a
unread,
Is V8Debugger thread safe?
I was thinking on how to pause an infinite loop. In that case, the websocket reads has to be on a
Feb 17
Kusuma YM
Feb 12
Parallelization of JavaScript's Execution using V8 Engine embedded in C++ applocation
Hello everyone, I am getting below core dump stack while trying parallelization of Java script's
unread,
Parallelization of JavaScript's Execution using V8 Engine embedded in C++ applocation
Hello everyone, I am getting below core dump stack while trying parallelization of Java script's
Feb 12
杨少杰
,
Ben Noordhuis
4
Feb 9
How to compile v8 to Sony PS5?
On Thu, Feb 9, 2023 at 11:35 AM Paozi Sha <sha...@gmail.com> wrote: > Gn is used for the
unread,
How to compile v8 to Sony PS5?
On Thu, Feb 9, 2023 at 11:35 AM Paozi Sha <sha...@gmail.com> wrote: > Gn is used for the
Feb 9
crdu...@gmail.com
,
dinf...@chromium.org
4
Feb 3
Performance regression
I've submitted a bug with a repro here: https://bugs.chromium.org/p/v8/issues/detail?id=13714
unread,
Performance regression
I've submitted a bug with a repro here: https://bugs.chromium.org/p/v8/issues/detail?id=13714
Feb 3
guest271314
,
Ben Noordhuis
3
Jan 30
Runtime.addBinding to create a MessageChannel pairing?
Thanks. Three paths I have been thinking about are 1) some means to get a reference to arbitrary
unread,
Runtime.addBinding to create a MessageChannel pairing?
Thanks. Three paths I have been thinking about are 1) some means to get a reference to arbitrary
Jan 30
crdu...@gmail.com
,
Jakob Kummerow
2
Jan 26
changelog between V8 versions?
Here you go: https://chromium.googlesource.com/v8/v8/+log/branch-heads/10.7..branch-heads/10.8/?n=
unread,
changelog between V8 versions?
Here you go: https://chromium.googlesource.com/v8/v8/+log/branch-heads/10.7..branch-heads/10.8/?n=
Jan 26
TL
,
Ben Noordhuis
3
Jan 20
Compiling with gcov and coverage testing
Ben, Thank you for your reply. I will try out the script and the option. One question I have is if
unread,
Compiling with gcov and coverage testing
Ben, Thank you for your reply. I will try out the script and the option. One question I have is if
Jan 20
Alexandra Wheeler
,
Ben Noordhuis
2
Jan 18
Getting Errors when building monolith
On Wed, Jan 18, 2023 at 8:41 PM Alexandra Wheeler <awhee...@gmail.com> wrote: > > I
unread,
Getting Errors when building monolith
On Wed, Jan 18, 2023 at 8:41 PM Alexandra Wheeler <awhee...@gmail.com> wrote: > > I
Jan 18