could you file a bug including a repro at crbug.com/v8/new please?

thanks
-jochen

On Sat, Nov 26, 2016 at 2:14 AM <tbl...@icloud.com> wrote:

> When I set the constructor behavior on my FunctionTemplate to kThrow
> (instead of the default kAllow), then create an object from the template
> using InstanceTemplate()->NewInstance(), it seems like the
> InternalFieldCount on the InstanceTemplate is ignored, and the object that
> gets created has 0 internal fields. This only happens when I set the
> constructor behavior to kThrow. Is this a bug? How can I get the object to
> have the right number of internal fields?
>
> ~Theodore
>
> PS: I'm using the version of V8 at branch-heads/5.4.
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to