Hi! Supposing that I have a global object which has a property "test" which points to an Handle<Object> created from an ObjectTemplate. Now doing something like
print(test) or print(test.toString()) will output "[object object]" or something. But how can I intercept this so that it outputs the my own string instead? thanks! Alex --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
