Re: What is an Object Type(O)?

2009-03-07 Thread Juriy Zaytsev
On Mar 7, 2009, at 1:53 PM, Allen Wirfs-Brock wrote: Your understand in your last paragraph is correct. In general, the term “type” used in the specification is referring to the categorization of values defined in Section 8. One of those “types” is “object”. Functions are values of the

RE: What is an Object Type(O)?

2009-03-07 Thread Allen Wirfs-Brock
From: Juriy Zaytsev [mailto:kan...@gmail.com] Sent: Saturday, March 07, 2009 11:32 AM ... My initial test tries to rule out exactly all of the ECMAScript language types except an Object one - Undefined, Null, Boolean, String and Number. I think of these types as of primitives, therefore