| Index: src/bootstrapper.cc
|
| ===================================================================
|
| --- src/bootstrapper.cc (revision 8931)
|
| +++ src/bootstrapper.cc (working copy)
|
| @@ -1587,8 +1587,6 @@
|
| global_context()->set_string_function_prototype_map(
|
| HeapObject::cast(string_function->initial_map()->prototype())->map());
|
|
|
| - InstallBuiltinFunctionIds();
|
| -
|
| // Install Function.prototype.call and apply.
|
| { Handle<String> key = factory()->function_class_symbol();
|
| Handle<JSFunction> function =
|
| @@ -1622,6 +1620,8 @@
|
| apply->shared()->set_length(2);
|
| }
|
|
|
| + InstallBuiltinFunctionIds();
|
| +
|
| // Create a constructor for RegExp results (a variant of Array that
|
| // predefines the two properties index and match).
|
| {
|
|
|