Ignore:
Timestamp:
Jan 29, 2014, 11:18:54 AM (11 years ago)
Author:
[email protected]
Message:

Merge the jsCStack branch
https://bugs.webkit.org/show_bug.cgi?id=127763

Reviewed by Mark Hahnenberg.

Source/JavaScriptCore:

Changes from http://svn.webkit.org/repository/webkit/branches/jsCStack
up to changeset 162958.

Source/WebCore:

Changes from http://svn.webkit.org/repository/webkit/branches/jsCStack
up to changeset 162958.

Source/WTF:

Changes from http://svn.webkit.org/repository/webkit/branches/jsCStack
up to changeset 162958.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ftl/FTLSlowPathCall.h

    r158681 r163027  
    11/*
    2  * Copyright (C) 2013 Apple Inc. All rights reserved.
     2 * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    5656};
    5757
     58void storeCodeOrigin(State&, CCallHelpers&, CodeOrigin);
     59
    5860MacroAssembler::Call callOperation(
    59     State&, const RegisterSet&, CCallHelpers&, J_JITOperation_ESsiJI,
    60     GPRReg result, GPRReg callFrameRegister, StructureStubInfo*, GPRReg object,
     61    State&, const RegisterSet&, CCallHelpers&, CodeOrigin, CCallHelpers::JumpList*,
     62    J_JITOperation_ESsiJI, GPRReg result, StructureStubInfo*, GPRReg object,
    6163    StringImpl* uid);
    6264MacroAssembler::Call callOperation(
    63     State&, const RegisterSet&, CCallHelpers&, V_JITOperation_ESsiJJI,
    64     GPRReg callFrameRegister, StructureStubInfo*, GPRReg value, GPRReg object,
     65    State&, const RegisterSet&, CCallHelpers&, CodeOrigin, CCallHelpers::JumpList*,
     66    V_JITOperation_ESsiJJI, StructureStubInfo*, GPRReg value, GPRReg object,
    6567    StringImpl* uid);
    6668
Note: See TracChangeset for help on using the changeset viewer.