You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-dev
Is there a way to create a FixedArray for the embedder standpoint. Looking through the coode it looks like it's creation is an internal method and can't create one to use. I was wanting to unit test m y import assertion handling code by passing it the arry a of values.
Is it possible to cast an Array to a FixedArray?
Ben Noordhuis
unread,
Jan 15, 2024, 4:01:55 AM1/15/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-...@googlegroups.com
I don't think you can. Casting isn't safe either because not all
Arrays are FixedArrays, e.g., sparse or dictionary mode arrays.