From: Garrett Smith on
kangax wrote:
> On 1/7/10 10:46 PM, Jorge wrote:
>> On Jan 6, 5:29 pm, kangax<kan...(a)gmail.com> wrote:
>>>
>>> Ok. I have a default installation of 5.01 (no updates, AFAIC) and
>>> there's no `hasOwnProperty` there.
>>>
>>> IE 5.2 on my mac is missing it too.
>>
>> And 5.2.3 as well.
>
> Well, that's the one I have. 5.2.3 (5815.1)
>
> Surprisingly, it seems to be working on Snow Leopard just fine.
>

It is missing in my MacIE 5.23 (that's 5.23, not 5.2.3).

Try javascript:alert(ScriptEngineBuildVerion())

What does it say?

I have build 3715 and `hasOwnProperty` is absent.
--
Garrett
comp.lang.javascript FAQ: http://jibbering.com/faq/
From: kangax on
On 1/9/10 1:46 AM, Garrett Smith wrote:
> kangax wrote:
>> On 1/7/10 10:46 PM, Jorge wrote:
>>> On Jan 6, 5:29 pm, kangax<kan...(a)gmail.com> wrote:
>>>>
>>>> Ok. I have a default installation of 5.01 (no updates, AFAIC) and
>>>> there's no `hasOwnProperty` there.
>>>>
>>>> IE 5.2 on my mac is missing it too.
>>>
>>> And 5.2.3 as well.
>>
>> Well, that's the one I have. 5.2.3 (5815.1)
>>
>> Surprisingly, it seems to be working on Snow Leopard just fine.
>>
>
> It is missing in my MacIE 5.23 (that's 5.23, not 5.2.3).

It says 5.2.3 here, not 5.23 (in "about" dialog)

>
> Try javascript:alert(ScriptEngineBuildVerion())

3715

>
> What does it say?
>
> I have build 3715 and `hasOwnProperty` is absent.

I have same build and it is missing there too (just like I said in the
beginning).


--
kangax
From: Jorge on
On Jan 9, 6:36 am, kangax <kan...(a)gmail.com> wrote:
>
> Well, that's the one I have. 5.2.3 (5815.1)

Me too, exactly the same.

> Surprisingly, it seems to be working on Snow Leopard just fine.

LOL, yes, seems incredible !
But I believe I know the reason why...
--
Jorge.