 Chromium Code Reviews
 Chromium Code Reviews Issue 7901016:
  Basic support for tracking smi-only arrays on ia32.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
    
  
    Issue 7901016:
  Basic support for tracking smi-only arrays on ia32.  (Closed) 
  Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge| Index: src/runtime.h | 
| diff --git a/src/runtime.h b/src/runtime.h | 
| index ddd529588b3bfa9b71c3f5e0decf7a9dd8518b2f..9d03a624dc50cc57470c2f3d66345df15c34376c 100644 | 
| --- a/src/runtime.h | 
| +++ b/src/runtime.h | 
| @@ -349,6 +349,7 @@ namespace internal { | 
| F(IS_VAR, 1, 1) \ | 
| \ | 
| /* expose boolean functions from objects-inl.h */ \ | 
| + F(HasFastSmiOnlyElements, 1, 1) \ | 
| F(HasFastElements, 1, 1) \ | 
| F(HasFastDoubleElements, 1, 1) \ | 
| F(HasDictionaryElements, 1, 1) \ |