]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - heap/CopyToken.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / heap / CopyToken.h
index bba5e91a80b951997fd223a1ac5f9e81631db110..5aceb5ba7a9efa05efff6baf605296bf8ced3beb 100644 (file)
@@ -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