Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 91a19dfd453d592aec932b884862a06e3ff14ce0..5fc5252e3437ac8fa8f071929322e14aa09f6d5e 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -79,6 +79,7 @@ namespace internal { |
| F(PreventExtensions, 1, 1)\ |
| \ |
| /* Utilities */ \ |
|
Erik Corry
2011/08/31 05:46:04
We try to use 'assert' for things that only work i
Lasse Reichstein
2011/09/01 13:30:42
Changed to Check.
|
| + F(AssertIsBootstrapping, 0, 1) \ |
| F(GetFunctionDelegate, 1, 1) \ |
| F(GetConstructorDelegate, 1, 1) \ |
| F(NewArgumentsFast, 3, 1) \ |