<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Amir Harel &#187; arguments</title>
	<atom:link href="http://www.amirharel.com/tag/arguments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amirharel.com</link>
	<description>Tales of a JavaScript Ninja</description>
	<lastBuildDate>Sat, 12 Jun 2010 14:02:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using caller and callee for Stack Trace</title>
		<link>http://www.amirharel.com/2010/01/25/using-caller-and-callee-for-stack-trace/</link>
		<comments>http://www.amirharel.com/2010/01/25/using-caller-and-callee-for-stack-trace/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 13:38:58 +0000</pubDate>
		<dc:creator>Amir Harel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[arguments]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[stack]]></category>

		<guid isPermaLink="false">http://www.amirharel.com/?p=169</guid>
		<description><![CDATA[Problog
This post cover the following topics:

arguments object
caller object
callee object
introduce a simple stack trace function for all browsers

When i wad first introduced to the arguments object and its caller property i thought about all the cool things i can do with it (yes i&#8217;m a geek).
What is arguments Object
The arguments object is accessible within the body [...]]]></description>
		<wfw:commentRss>http://www.amirharel.com/2010/01/25/using-caller-and-callee-for-stack-trace/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
