| Index: src/factory.cc
|
| diff --git a/src/factory.cc b/src/factory.cc
|
| index 4b515fb1b5bcba75fa1b63409600f256e5fb370f..84c157311b2ee1133302aa5f1845ec162d8c7d90 100644
|
| --- a/src/factory.cc
|
| +++ b/src/factory.cc
|
| @@ -131,6 +131,13 @@ Handle<DeoptimizationOutputData> Factory::NewDeoptimizationOutputData(
|
| }
|
|
|
|
|
| +Handle<AccessorPair> Factory::NewAccessorPair() {
|
| + CALL_HEAP_FUNCTION(isolate(),
|
| + isolate()->heap()->AllocateAccessorPair(),
|
| + AccessorPair);
|
| +}
|
| +
|
| +
|
| // Symbols are created in the old generation (data space).
|
| Handle<String> Factory::LookupSymbol(Vector<const char> string) {
|
| CALL_HEAP_FUNCTION(isolate(),
|
|
|