In the V8 sources the Call() method is throwing an exception.
IsJSFunction() is returning false and TryGetFunctionDelegate() is setting a 
pending exception.

execution.cc line 283.

if (!callable->IsJSFunction()) {
    callable = TryGetFunctionDelegate(callable, pending_exception);
    if (*pending_exception) return callable;
  }

*The error that is thrown is a TypeError:  "called_non_callable"*

-- 
-- 
v8-users mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to