On Fri, Sep 23, 2011 at 4:25 AM, cha0s <[email protected]> wrote:

>   Object.defineProperty(Object.prototype, "extend", {
> ...

globals.js:22: Uncaught TypeError: Object function Object() { [native code]
> } has no method 'defineProperty'
>
> So, not only is the line number oss which really hurts, the more important
> problem is Object doesn't seem to be available. Am I missing something? Any
> help is much appreciated.
>

Object IS available (it says so!). It's Object.defineProperty which is not
available.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to