<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>teramako</author_name>
  <author_url>https://blog.hatena.ne.jp/teramako/</author_url>
  <blog_title>hogehoge @teramako</blog_title>
  <blog_url>https://teramako.hatenadiary.org/</blog_url>
  <categories>
    <anon>ECMASCript</anon>
    <anon>Firefox</anon>
  </categories>
  <description>今まで、FirefoxのJSエンジン、SpiderMonkeyでは、オブジェクトのキーの順序は定義された順だった。 var o = { 2: 0, 3: 1, a: &quot;A&quot;, 1: 2, }; o[0] = 0; for (var key in o) { console.log(key + &quot;:&quot; + o[key]); } 2: 0 3: 1 a: A 1: 2 0: 0という感じ。いつからか、細かいところは知らないけど、Firefox 21で確認したところ、順序がECMAScript.nextで提案されている順序に変更されていた。strawman:enumeration [ES Wiki]こ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fteramako.hatenadiary.org%2Fentry%2F20130116%2Fp1&quot; title=&quot;Firefox 21(Nightly) でオブジェクトのキー順序がES.nextで提案されているものに - hogehoge @teramako&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>2013-01-16 00:00:00</published>
  <title>Firefox 21(Nightly) でオブジェクトのキー順序がES.nextで提案されているものに</title>
  <type>rich</type>
  <url>https://teramako.hatenadiary.org/entry/20130116/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
