Index: src/heap.h |
=================================================================== |
--- src/heap.h (revision 5450) |
+++ src/heap.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright 2006-2008 the V8 project authors. All rights reserved. |
+// Copyright 2010 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -114,6 +114,7 @@ |
V(Object, last_script_id, LastScriptId) \ |
V(Script, empty_script, EmptyScript) \ |
V(Smi, real_stack_limit, RealStackLimit) \ |
+ V(StringDictionary, intrinsic_function_names, IntrinsicFunctionNames) \ |
#if V8_TARGET_ARCH_ARM && !V8_INTERPRETED_REGEXP |
#define STRONG_ROOT_LIST(V) \ |