Re: [v8-users] Function line and column numbers with accessor callbacks in CpuProfileNode.

2016-06-06 Thread Jochen Eisinger
Yes, a reproduction case would help! On Mon, Jun 6, 2016 at 2:48 AM Jane Chen wrote: > I just tried compiling the script after the profiling is enabled. Still > getting 0 line and column numbers for functions with accessor callbacks. > Any other ideas? Shall I work on a standalone reproducing

Re: [v8-users] Adding functions to prototype template via SetAccessorProperty

2016-06-06 Thread Mark Logan
Ok, now I see: Template::Set() still accepts templates, so Template::Set() can still be used, just not with a function instance. I read the earlier thread I referenced as saying we should use SetAccessorProperty() with the template, as I did in my second code snippet, which of course doesn't wor