Status: Accepted
Owner: ----
Labels: Type-Bug Priority-Medium

New issue 223 by christian.plesner.hansen: Must wrap receiver in function  
calls where the receiver is a value
http://code.google.com/p/v8/issues/detail?id=223

When calling any user-defined function on a value (string, boolean,
number), the receiver must be wrapped in an object. This is not necessary
for our own internal code - which allows faster execution - but if we call
user code we must do the wrapping.

We should make sure that this works through the API and that the wrapper
object is created in the correct context (that is from the right function)
if we're doing cross-context calls.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to