Changeset 163027 in webkit for trunk/Source/JavaScriptCore/ftl/FTLExitValue.cpp
- Timestamp:
- Jan 29, 2014, 11:18:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLExitValue.cpp
r159394 r163027 1 1 /* 2 * Copyright (C) 2013 Apple Inc. All rights reserved.2 * Copyright (C) 2013, 2014 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 60 60 out.print("InJSStackAsDouble:r", virtualRegister()); 61 61 return; 62 case ExitValueRecovery: 63 out.print("Recovery(", recoveryOpcode(), ", arg", leftRecoveryArgument(), ", arg", rightRecoveryArgument(), ", ", recoveryFormat(), ")"); 64 return; 62 65 } 63 66
Note:
See TracChangeset
for help on using the changeset viewer.