KJS: Implement Object.GetPrototypeOf, Object.GetOwnPropertyDescriptor, Object.DefineProperty
With this ECMAScript is down to 2855 fails.
The remaining DefineProperty fails are because of Array&String need
some special implementation for that(according to ecma), also because of currently not implemented Extensible.
In combination with a function prototype it also fails, but that is a bug somewhere else.
New PropertyDescriptor collects and manages proptery attributes according to ecma.
|