Changeset 159709 in webkit


Ignore:
Timestamp:
Nov 22, 2013 1:09:25 PM (10 years ago)
Author:
mark.lam@apple.com
Message:

Remove residual references to "dynamicGlobalObject".
https://bugs.webkit.org/show_bug.cgi?id=124787.

Reviewed by Filip Pizlo.

Location:
trunk/Source/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r159706 r159709  
     12013-11-22  Mark Lam  <mark.lam@apple.com>
     2
     3        Remove residual references to "dynamicGlobalObject".
     4        https://bugs.webkit.org/show_bug.cgi?id=124787.
     5
     6        Reviewed by Filip Pizlo.
     7
     8        * JavaScriptCore.order:
     9        * interpreter/CallFrame.h:
     10
    1112013-11-22  Mark Lam  <mark.lam@apple.com>
    212
  • trunk/Source/JavaScriptCore/JavaScriptCore.order

    r153819 r159709  
    649649__ZN3JSC14JSGlobalObject12toThisObjectEPNS_6JSCellEPNS_9ExecStateE
    650650__ZN3JSC11Interpreter7executeEPNS_17ProgramExecutableEPNS_9ExecStateEPNS_8JSObjectE
    651 __ZN3JSC24DynamicGlobalObjectScopeC1ERNS_2VMEPNS_14JSGlobalObjectE
    652651__ZN3JSC19ExecutableAllocator19underMemoryPressureEv
    653652__ZN3WTF13MetaAllocator17currentStatisticsEv
  • trunk/Source/JavaScriptCore/interpreter/CallFrame.h

    r159605 r159709  
    5555
    5656        // Global object in which the currently executing code was defined.
    57         // Differs from dynamicGlobalObject() during function calls across web browser frames.
     57        // Differs from vmEntryGlobalObject() during function calls across web browser frames.
    5858        JSGlobalObject* lexicalGlobalObject() const;
    5959
Note: See TracChangeset for help on using the changeset viewer.