I know for a fact this question has been asked before; but, I never did see a definite answer.
Is operator overloading possible in v8? If not, is it possible to hack around the source to add said functionality? vectorf = vector1 + vector2; Instead of, vectorf = vector1.add(vector2); -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
