The line "abort: API call returned invalid object" is caused by one of the sanity checks added yesterday: We now check if the value returned from a native getter (and under some circumstances the value returned from an interceptor) is a valid JavaScript object, see http://codereview.chromium.org/10918071/. Do you return something which is not a Smi/string/some JavaScript object/heap number/undefined/true/false/null in your bindings?
Cheers, S. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
