Hi list, I'm using v8 as an embedded script engine, I injected a class into this engine, but I would like to change the default behaviour for equality check for this specific object. so that for example this statement 'new MyClass(1) == new MyClass(1)' would return true in my new behaviour.
I know that according to the javascript spec, it should return false. But is there any extend ability for v8 in this area? (in spidermonkey, there's a class named "JSExtendedClass" which can give us new behaviour for this task.) Thanks. -- Guanqun -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
