X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/heap/CopyToken.h diff --git a/heap/CopyToken.h b/heap/CopyToken.h index bba5e91..5aceb5b 100644 --- a/heap/CopyToken.h +++ b/heap/CopyToken.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Apple Inc. All rights reserved. + * Copyright (C) 2013, 2015 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +32,7 @@ enum CopyToken { ButterflyCopyToken, TypedArrayVectorCopyToken, MapBackingStoreCopyToken, - ArgumentsRegisterArrayCopyToken, - ArgumentsSlowArgumentDataCopyToken + DirectArgumentsOverridesCopyToken }; } // namespace JSC