{"id":4345,"date":"2012-06-11T19:23:57","date_gmt":"2012-06-11T10:23:57","guid":{"rendered":"http:\/\/rentan.org\/blog\/?p=4345"},"modified":"2012-06-14T00:24:24","modified_gmt":"2012-06-13T15:24:24","slug":"dmonkey-instance-method-this-global","status":"publish","type":"post","link":"https:\/\/rentan.org\/blog\/2012\/06\/11\/dmonkey-instance-method-this-global\/","title":{"rendered":"DMonkey: \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9['\u30e1\u30bd\u30c3\u30c9\u540d']() \u3067 this \u304c Global \u306b\u306a\u308b"},"content":{"rendered":"<div class=\"prog_code javascript\">\n<code>Global.foo = 'this is Global';<\/p>\n<p>function Foo () { }<br \/>\nFoo.prototype.foo = 'this is Foo';<br \/>\nFoo.prototype.p = function () {<br \/>\n&nbsp; \/\/ alert (nameOf (this));<br \/>\n&nbsp; alert (this.foo);<br \/>\n};<\/p>\n<p>var a = new Foo ();<br \/>\na.p (); &nbsp; \/\/ this is Foo<\/p>\n<p>a ['p'] (); &nbsp; \/\/ this is Global<\/code>\n<\/div>\n<p>\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9.\u30e1\u30bd\u30c3\u30c9\u540d() \u306b\u3088\u308b\u547c\u3073\u51fa\u3057\u3067\u306f this \u304c\u305d\u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u81ea\u4f53\u3092\u6307\u3057\u307e\u3059\u304c\u3001\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9['\u30e1\u30bd\u30c3\u30c9\u540d']() \u3067\u306f this \u304c Global \u3092\u6307\u3057\u3066\u3057\u307e\u3044\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Global.foo = 'this is Global'; function Foo () { } Foo.prototype.foo = 'this is Foo'; Foo.prototype.p = functi [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[640],"tags":[1191],"class_list":["post-4345","post","type-post","status-publish","format-standard","hentry","category-irvine","tag-dmonkey"],"_links":{"self":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/4345","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/comments?post=4345"}],"version-history":[{"count":4,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/4345\/revisions"}],"predecessor-version":[{"id":4354,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/4345\/revisions\/4354"}],"wp:attachment":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/media?parent=4345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/categories?post=4345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/tags?post=4345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}