Changeset 229551 in webkit


Ignore:
Timestamp:
Mar 12, 2018, 2:50:29 PM (7 years ago)
Author:
mark.lam@apple.com
Message:

Add another PtrTag.
https://bugs.webkit.org/show_bug.cgi?id=183580
<rdar://problem/38390584>

Reviewed by Keith Miller.

  • runtime/PtrTag.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r229547 r229551  
     12018-03-12  Mark Lam  <mark.lam@apple.com>
     2
     3        Add another PtrTag.
     4        https://bugs.webkit.org/show_bug.cgi?id=183580
     5        <rdar://problem/38390584>
     6
     7        Reviewed by Keith Miller.
     8
     9        * runtime/PtrTag.h:
     10
    1112018-03-12  Mark Lam  <mark.lam@apple.com>
    212
  • trunk/Source/JavaScriptCore/runtime/PtrTag.h

    r229547 r229551  
    3333    NoPtrTag = 0,
    3434    NearCallPtrTag,
     35    NearJumpPtrTag,
    3536    CFunctionPtrTag,
    3637
Note: See TracChangeset for help on using the changeset viewer.