On Thu, Oct 4, 2012 at 7:52 PM, <[email protected]> wrote: > 3. I couldn't save reference to the XXX.prototype.(compare|format). > Those are getters and I couldn't find a way to get to it without > executing it, which then fails.
You should be able to do Object.getOwnPropertyDescriptor to get the getter/setter functions. -- erik -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
