Version 3.22.13

Do not look up ArrayBuffer on global object in typed array constructor. (issue 2931)

Performance and stability improvements on all platforms.

git-svn-id: http://v8.googlecode.com/svn/trunk@17231 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/src/assembler.h b/src/assembler.h
index 9888ac2..e34b13a 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -813,6 +813,7 @@
   static ExternalReference address_of_negative_infinity();
   static ExternalReference address_of_canonical_non_hole_nan();
   static ExternalReference address_of_the_hole_nan();
+  static ExternalReference address_of_uint32_bias();
 
   static ExternalReference math_sin_double_function(Isolate* isolate);
   static ExternalReference math_cos_double_function(Isolate* isolate);