Changeset 27128 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Oct 26, 2007, 3:47:33 PM (18 years ago)
Author:
ggaren
Message:

Comment tweak suggested by Maciej.

  • kjs/function.cpp: (KJS::ActivationImp::getOwnPropertySlot):
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r27127 r27128  
     12007-10-26  Geoffrey Garen  <[email protected]>
     2
     3        Comment tweak suggested by Maciej.
     4
     5        * kjs/function.cpp:
     6        (KJS::ActivationImp::getOwnPropertySlot):
     7
    182007-10-26  Geoffrey Garen  <[email protected]>
    29
  • trunk/JavaScriptCore/kjs/function.cpp

    r27126 r27128  
    416416{
    417417    // We don't call through to JSObject because there's no way to give an
    418     // acitvation object getter/setter properties, and exposing __proto__ in
    419     // the scope chain would be bizarre.
     418    // acitvation object getter/setter properties, and __proto__ is a
     419    // non-standard extension that other implementations do not expose in the
     420    // activation object.
    420421    ASSERT(!_prop.hasGetterSetterProperties());
    421422
Note: See TracChangeset for help on using the changeset viewer.