タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとC++とspecに関するefclのブックマーク (1)

  • Web platform and JavaScript — Anne’s Blog

    13 January 2015 As most object-oriented systems, objects within the web platform consist of internal slots (private state) and public members that expose and manipulate the internal slots. The public members are shared through a common prototype object. The internal slots are allocated at object-creation time. In contemporary implementations the internal slots are typically a C++ (nay Rust) affair

    efcl
    efcl 2015/01/17
    realmはグローバルオブジェクトの事。 realmによってプロセス分離みたい事がやりにくくなってる。 DOMとJSのオブジェクトは基本的に同じ扱いで[[interna-slot]]を便りにダックタイピングで判断されてる。
  • 1