<?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>インスタンスが存在するかどうか調べるAS3 へのコメント</title>
	<atom:link href="http://www.trick7.com/blog/2010/03/19-011928.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.trick7.com/blog/2010/03/19-011928.php</link>
	<description>flashの勉強・書籍・サイトについて</description>
	<lastBuildDate>Tue, 13 Sep 2011 14:17:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>kaminaly より</title>
		<link>http://www.trick7.com/blog/2010/03/19-011928.php/comment-page-1#comment-117316</link>
		<dc:creator>kaminaly</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick7.com/blog/?p=1874#comment-117316</guid>
		<description>間違えた！

trace(hasOwnProperty(&quot;test&quot;));
this[&quot;test&quot;] = &quot;test&quot;;
trace(hasOwnProperty(&quot;test&quot;));

ですね（汗</description>
		<content:encoded><![CDATA[							<p>間違えた！</p>
							<p>trace(hasOwnProperty(&#8220;test&#8221;));<br />
							this["test"] = &#8220;test&#8221;;<br />
							trace(hasOwnProperty(&#8220;test&#8221;));</p>
							<p>ですね（汗</p>
]]></content:encoded>
	</item>
	<item>
		<title>kaminaly より</title>
		<link>http://www.trick7.com/blog/2010/03/19-011928.php/comment-page-1#comment-117313</link>
		<dc:creator>kaminaly</dc:creator>
		<pubDate>Tue, 23 Mar 2010 11:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick7.com/blog/?p=1874#comment-117313</guid>
		<description>ダイナミッククラスってことですよね？

trace(hasOwnProperty(this[&quot;test&quot;]));
this[&quot;test&quot;] = &quot;test&quot;;
trace(hasOwnProperty(this[&quot;test&quot;]));

こちらでどうでしょう？</description>
		<content:encoded><![CDATA[							<p>ダイナミッククラスってことですよね？</p>
							<p>trace(hasOwnProperty(this["test"]));<br />
							this["test"] = &#8220;test&#8221;;<br />
							trace(hasOwnProperty(this["test"]));</p>
							<p>こちらでどうでしょう？</p>
]]></content:encoded>
	</item>
	<item>
		<title>正宗 より</title>
		<link>http://www.trick7.com/blog/2010/03/19-011928.php/comment-page-1#comment-117267</link>
		<dc:creator>正宗</dc:creator>
		<pubDate>Sat, 20 Mar 2010 07:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.trick7.com/blog/?p=1874#comment-117267</guid>
		<description>こんにちは。
僕もとりあえず存在確認が面倒なときとか、try～catchでエラーを無視するように書いてます。
その際、ぼくはcatch(e:Error)と書いてます。のちのちにエラーによって分岐したい場面が出てきたとき、こっちのほうがいいかなあと。
まだそんな丁寧なことする場面に出くわしてないですが＞＜</description>
		<content:encoded><![CDATA[							<p>こんにちは。<br />
							僕もとりあえず存在確認が面倒なときとか、try～catchでエラーを無視するように書いてます。<br />
							その際、ぼくはcatch(e:Error)と書いてます。のちのちにエラーによって分岐したい場面が出てきたとき、こっちのほうがいいかなあと。<br />
							まだそんな丁寧なことする場面に出くわしてないですが＞＜</p>
]]></content:encoded>
	</item>
</channel>
</rss>

