Status: New
Owner: ----

New issue 3047 by [email protected]: SetNamedPropertyHandler() problem
http://code.google.com/p/v8/issues/detail?id=3047

If I set the NamedPropertyHandler on the prototype template of a function template instead of the instance template then the result is flaky. The getter appears to work but the setter doesn't.

(GetProperty() does a JSReceiver::Lookup whereas
SetProperty() only does a JSReceiver::LocalLookup)

It would have saved me some hours of debugging if the prototype template gave some error indication when using SetNamedPropertyHandler() on it.



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to