<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>susie-t</author_name>
  <author_url>https://blog.hatena.ne.jp/susie-t/</author_url>
  <blog_title>Backstage of theater.js</blog_title>
  <blog_url>https://susie-t.hatenadiary.org/</blog_url>
  <categories>
    <anon>prototype.js解読</anon>
  </categories>
  <description>既存のFunctionクラスにメソッドを二つ追加しています。prototypeプロパティへの追加なので、インスタンスであるすべての関数で使用可能となります。 bindメソッド 【抜粋】 Function.prototype.bind = function() { var __method = this, args = $A(arguments), object = args.shift(); return function() { return __method.apply(object, args.concat($A(arguments))); } } 構造解析 thisは自オブジェクト、つ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsusie-t.hatenadiary.org%2Fentry%2F20060713%2F1152775765&quot; title=&quot;Functionクラスに対する拡張(1) - Backstage of theater.js&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2006-07-13 16:29:25</published>
  <title>Functionクラスに対する拡張(1)</title>
  <type>rich</type>
  <url>https://susie-t.hatenadiary.org/entry/20060713/1152775765</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
