Chromium Code Reviews| Index: src/bootstrapper.cc |
| =================================================================== |
| --- src/bootstrapper.cc (revision 4768) |
| +++ src/bootstrapper.cc (working copy) |
| @@ -111,6 +111,10 @@ |
| } |
| +Bootstrapper::Bootstrapper() { |
| +} |
| + |
| + |
| Handle<String> Bootstrapper::NativesSourceLookup(int index) { |
| ASSERT(0 <= index && index < Natives::GetBuiltinsCount()); |
| if (HEAP->natives_source_cache()->get(index)->IsUndefined()) { |