<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Javascript inheritance explained</title>
	<atom:link href="http://unscriptable.com/index.php/2007/04/17/inheritance-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://unscriptable.com/index.php/2007/04/17/inheritance-explained/</link>
	<description>Nothing is impossible.  Even on the Web.</description>
	<lastBuildDate>Mon, 28 Jun 2010 22:12:59 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kangax</title>
		<link>http://unscriptable.com/index.php/2007/04/17/inheritance-explained/comment-page-1/#comment-436</link>
		<dc:creator>kangax</dc:creator>
		<pubDate>Fri, 20 Mar 2009 03:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://unscriptable.com/index.php/2007/04/17/inheritance-explained-2/#comment-436</guid>
		<description>I have never seen non-function objects with [[Construct]]. Was simply pointing out the inner workings of ECMAScript, for anyone who&#039;s interested :)

It&#039;s of course possible that some host objects would implement something like this.</description>
		<content:encoded><![CDATA[<p>I have never seen non-function objects with [[Construct]]. Was simply pointing out the inner workings of ECMAScript, for anyone who&#8217;s interested <img src='http://unscriptable.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It&#8217;s of course possible that some host objects would implement something like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john.hann</title>
		<link>http://unscriptable.com/index.php/2007/04/17/inheritance-explained/comment-page-1/#comment-433</link>
		<dc:creator>john.hann</dc:creator>
		<pubDate>Fri, 20 Mar 2009 00:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://unscriptable.com/index.php/2007/04/17/inheritance-explained-2/#comment-433</guid>
		<description>Interesting.  Do you have any examples of objects that implement the internal [[Construct]] method?  

Also, I imagine that JScript is different.  True?</description>
		<content:encoded><![CDATA[<p>Interesting.  Do you have any examples of objects that implement the internal [[Construct]] method?  </p>
<p>Also, I imagine that JScript is different.  True?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kangax</title>
		<link>http://unscriptable.com/index.php/2007/04/17/inheritance-explained/comment-page-1/#comment-432</link>
		<dc:creator>kangax</dc:creator>
		<pubDate>Thu, 19 Mar 2009 17:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://unscriptable.com/index.php/2007/04/17/inheritance-explained-2/#comment-432</guid>
		<description>As a matter of fact, `new` can be used not just with any function, but with any object that implements internal [[Construct]] method; It just happens that all function objects are being given this [[Construct]] when created, and it is [[Construct]] that&#039;s being invoked when `new` is called :)</description>
		<content:encoded><![CDATA[<p>As a matter of fact, `new` can be used not just with any function, but with any object that implements internal [[Construct]] method; It just happens that all function objects are being given this [[Construct]] when created, and it is [[Construct]] that&#8217;s being invoked when `new` is called <img src='http://unscriptable.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
