Groups
Groups
Sign in
Groups
Groups
v8-users
Conversations
About
Send feedback
Help
v8-users
1–30 of 3891
Mark all as read
Report group
0 selected
sw l
, …
장은준
6
Sep 3
error: no member named 'atomic_base64_to_binary_safe' in namespace 'simdutf'; did you mean 'base64_to_binary_safe'?
I am also struggling with the same issue. I believe the problem related to temporal_rs can be
unread,
error: no member named 'atomic_base64_to_binary_safe' in namespace 'simdutf'; did you mean 'base64_to_binary_safe'?
I am also struggling with the same issue. I believe the problem related to temporal_rs can be
Sep 3
TK Lee
,
Juan dos Santos
3
Aug 26
unknown type issue with library files
I found a solution, de args.gn parameters for x64 compatible with g++ o gcc are: target_os="
unread,
unknown type issue with library files
I found a solution, de args.gn parameters for x64 compatible with g++ o gcc are: target_os="
Aug 26
Kasper Isager Dalsgarð
,
Omer Katz (chromium.org)
4
Aug 12
Consistently hitting a failing DCHECK during garbage collection
The issue turned out to be that `platform->MonotonicallyIncreasingTime()` wasn't returning
unread,
Consistently hitting a failing DCHECK during garbage collection
The issue turned out to be that `platform->MonotonicallyIncreasingTime()` wasn't returning
Aug 12
薛嘉伟
,
Igor Sheludko
2
Aug 7
when use_custom_libcxx = false , build while error
Hello, It seems that the simdutf library is outdated. Try to run `gclient sync` to make it update the
unread,
when use_custom_libcxx = false , build while error
Hello, It seems that the simdutf library is outdated. Try to run `gclient sync` to make it update the
Aug 7
jmr
,
Jakob Kummerow
4
Jul 30
TerminateExecution does not work unless there is a js stackframe.
Looks like the API doesn't currently expose that functionality, you'd have to add it.
unread,
TerminateExecution does not work unless there is a js stackframe.
Looks like the API doesn't currently expose that functionality, you'd have to add it.
Jul 30
hao zeng
Jul 30
[HELP] integrate V8 as shared library into electron framework.
I was trying to build Electron framework with v8 as a shared library. I modified the src/v8/BUILD.gn,
unread,
[HELP] integrate V8 as shared library into electron framework.
I was trying to build Electron framework with v8 as a shared library. I modified the src/v8/BUILD.gn,
Jul 30
Sam Cao
, …
snek
10
Jul 28
JS Temporal is not Built into v8_monolith for MacOS / Windows
I'm seeing the same linker issue while trying to enable temporal in rusty_v8: https://github.com/
unread,
JS Temporal is not Built into v8_monolith for MacOS / Windows
I'm seeing the same linker issue while trying to enable temporal in rusty_v8: https://github.com/
Jul 28
김준호
,
Ben Noordhuis
3
Jul 24
about build v8 with inspector
Yes, that's correct. The version is 14, but I was mistaken. The link error with the inspector-
unread,
about build v8 with inspector
Yes, that's correct. The version is 14, but I was mistaken. The link error with the inspector-
Jul 24
蔡曜丞(つむぎ)
, …
J Decker
3
Jul 21
Question about internal field
On Tue, Jun 10, 2025 at 12:30 AM 蔡曜丞(つむぎ) <bobbyt...@gmail.com> wrote: Hi, I'm updating
unread,
Question about internal field
On Tue, Jun 10, 2025 at 12:30 AM 蔡曜丞(つむぎ) <bobbyt...@gmail.com> wrote: Hi, I'm updating
Jul 21
db gn
,
Mikael Aboagye
2
Jul 13
Problem building v8 on Windows 10 with is_component_build = true argument
Hey, hope your day is going well! So since you're using a more recent version of V8, building V8
unread,
Problem building v8 on Windows 10 with is_component_build = true argument
Hey, hope your day is going well! So since you're using a more recent version of V8, building V8
Jul 13
jmr
Jul 8
Questions around Object::Wrap/Unwrap and GC/finalizers on isolate shutdown?
Hi, I guess these questions would be better place in some sort of chat platform, as I might have more
unread,
Questions around Object::Wrap/Unwrap and GC/finalizers on isolate shutdown?
Hi, I guess these questions would be better place in some sort of chat platform, as I might have more
Jul 8
jmr
2
Jun 24
dereference out of range vector iterator in v8::internal::compiler::JSHeapBroker::ProcessFeedbackMapsForElementAccess
Stack trace of another thread that might be the culprit below. The way the code works is I have a few
unread,
dereference out of range vector iterator in v8::internal::compiler::JSHeapBroker::ProcessFeedbackMapsForElementAccess
Stack trace of another thread that might be the culprit below. The way the code works is I have a few
Jun 24
Subash Durairaj
,
Jakob Gruber
9
Jun 3
Isolate creation crashing with snapshot
ok Jakob, will update the V8 version Thank you for your help Jakob On Tue, Jun 3, 2025 at 4:59 PM
unread,
Isolate creation crashing with snapshot
ok Jakob, will update the V8 version Thank you for your help Jakob On Tue, Jun 3, 2025 at 4:59 PM
Jun 3
Sam Cao
,
Jakob Kummerow
3
May 21
Function Returned by IIFE Crashes in v8::internal::ScopeInfo::scope_type()
Good question. I've been embedding V8 in my app for many years. It's quite challenging for me
unread,
Function Returned by IIFE Crashes in v8::internal::ScopeInfo::scope_type()
Good question. I've been embedding V8 in my app for many years. It's quite challenging for me
May 21
zr t
,
Sam Cao
3
May 20
try compiling v8 on arm64 host using gcc failed.
I cross compile the Linux arm64 monolith build on Ubuntu x86_64 successfully. On Friday, December 27,
unread,
try compiling v8 on arm64 host using gcc failed.
I cross compile the Linux arm64 monolith build on Ubuntu x86_64 successfully. On Friday, December 27,
May 20
Kasper Isager Dalsgarð
5
May 4
Fatal error during scavenge collection on Android armeabi-v7a
I finally figured out what went wrong and it's almost embarrassing: The crash occurred
unread,
Fatal error during scavenge collection on Android armeabi-v7a
I finally figured out what went wrong and it's almost embarrassing: The crash occurred
May 4
jmr
, …
Ben Noordhuis
10
Apr 22
Delivering off-thread events to the isolate (porting from Spidermonkey)
On Tue, Apr 22, 2025 at 10:04 AM jmr <audrius.b...@gmail.com> wrote: > > Is there
unread,
Delivering off-thread events to the isolate (porting from Spidermonkey)
On Tue, Apr 22, 2025 at 10:04 AM jmr <audrius.b...@gmail.com> wrote: > > Is there
Apr 22
GregRos
,
Ben Noordhuis
3
Apr 17
Will V8 inline instance method calls?
What does it depend on? On Thursday, April 17, 2025 at 12:48:26 AM UTC+3 Ben Noordhuis wrote: On Wed,
unread,
Will V8 inline instance method calls?
What does it depend on? On Thursday, April 17, 2025 at 12:48:26 AM UTC+3 Ben Noordhuis wrote: On Wed,
Apr 17
GregRos
, …
life....@gmail.com
3
Apr 14
Will replacing classes with closures allow me to avoid megamorphism?
I see, thank you! The array approach is also interesting, though hopefully I can avoid it, since it
unread,
Will replacing classes with closures allow me to avoid megamorphism?
I see, thank you! The array approach is also interesting, though hopefully I can avoid it, since it
Apr 14
TK Lee
,
Ben Noordhuis
2
Apr 14
Application crashed with upgraded v8
On Mon, Apr 14, 2025 at 6:24 PM TK Lee <tae...@gmail.com> wrote: > > My application used
unread,
Application crashed with upgraded v8
On Mon, Apr 14, 2025 at 6:24 PM TK Lee <tae...@gmail.com> wrote: > > My application used
Apr 14
alex...@gmail.com
, …
Igor Sheludko
8
Apr 9
Problem with ScopeInfo when used codeCache
Victor, thanks for the quick response. I had created https://issues.chromium.org/issues/409512701
unread,
Problem with ScopeInfo when used codeCache
Victor, thanks for the quick response. I had created https://issues.chromium.org/issues/409512701
Apr 9
Pradish
, …
Sam Cao
6
Apr 9
Statically Linking V8 libraray causes relocation R_X86_64_TPOFF32 against symbol g_current_local_heap
So here is the way I fix this issue. Set linker to lld by -fuse-ld=lld and disable compression by -Wl
unread,
Statically Linking V8 libraray causes relocation R_X86_64_TPOFF32 against symbol g_current_local_heap
So here is the way I fix this issue. Set linker to lld by -fuse-ld=lld and disable compression by -Wl
Apr 9
Charles M
,
Pradish
2
Mar 25
building with libstdc++
You could try and run the gclient sync to fetch any missing modules, you need to run this command
unread,
building with libstdc++
You could try and run the gclient sync to fetch any missing modules, you need to run this command
Mar 25
Charles Lew
, …
guest271314
4
Feb 15
Trying to share the JS Realm between v8 contexts
In the browser there are WHATWG Transferable Streams which provides a means to read and write to
unread,
Trying to share the JS Realm between v8 contexts
In the browser there are WHATWG Transferable Streams which provides a means to read and write to
Feb 15
Pradish
,
Igor Sheludko
3
Feb 4
V8 on linux, v8::FunctionCallbackInfo<v8::Value> const& info GetReturnValue().SetNull() does not work
Thanks Igor for the reply. i rebuilt again with the latest version (stable) one v13.3.415.17 and i no
unread,
V8 on linux, v8::FunctionCallbackInfo<v8::Value> const& info GetReturnValue().SetNull() does not work
Thanks Igor for the reply. i rebuilt again with the latest version (stable) one v13.3.415.17 and i no
Feb 4
Ronald Fenner
3
Jan 1
Additional Contextes from snapshot question
Ok figured out the problem when i went restore the modules the context wrapper class hand't had
unread,
Additional Contextes from snapshot question
Ok figured out the problem when i went restore the modules the context wrapper class hand't had
Jan 1
Paul Sery
,
Leszek Swirski
3
12/19/24
AST in JSON format
Thank you. On Tuesday, December 10, 2024 at 8:39:17 AM UTC-7 les...@chromium.org wrote: No, the AST
unread,
AST in JSON format
Thank you. On Tuesday, December 10, 2024 at 8:39:17 AM UTC-7 les...@chromium.org wrote: No, the AST
12/19/24
Ronald Fenner
12/11/24
Snapshot and AddData question
I'm working on snapshot a isolate with modules and was wondering how to reconnect the info the
unread,
Snapshot and AddData question
I'm working on snapshot a isolate with modules and was wondering how to reconnect the info the
12/11/24
Sabari Ravi
, …
Paul Sery
4
12/9/24
Getting AST
You need to use d8 that needs to be compiled as far as I know. On Monday, December 5, 2022 at 7:20:27
unread,
Getting AST
You need to use d8 that needs to be compiled as far as I know. On Monday, December 5, 2022 at 7:20:27
12/9/24
Jakob Kummerow
12/4/24
Re: [v8-users] cant embed v8 due to stb lib linker errors
Let's keep the conversation focused in the other thread: https://groups.google.com/g/v8-users/c/
unread,
Re: [v8-users] cant embed v8 due to stb lib linker errors
Let's keep the conversation focused in the other thread: https://groups.google.com/g/v8-users/c/
12/4/24