Chromium Code Reviews| Index: src/heap.h |
| =================================================================== |
| --- src/heap.h (revision 6199) |
| +++ src/heap.h (working copy) |
| @@ -116,6 +116,7 @@ |
| V(Script, empty_script, EmptyScript) \ |
| V(Smi, real_stack_limit, RealStackLimit) \ |
| V(StringDictionary, intrinsic_function_names, IntrinsicFunctionNames) \ |
| + V(Object, arguments_marker, ArgumentsMarker) |
|
Kevin Millikin (Chromium)
2011/01/06 14:00:47
I guess this list is unordered, but it makes sense
fschneider
2011/01/06 16:22:49
Done.
|
| #if V8_TARGET_ARCH_ARM && !V8_INTERPRETED_REGEXP |
| #define STRONG_ROOT_LIST(V) \ |