Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index e9a43fd4fc7db90730ef96c9818c808663c9e2f6..bacc6871fc62a8f0e285ee99f917042dfda160ad 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -69,6 +69,7 @@ class Factory { |
| Handle<DeoptimizationOutputData> NewDeoptimizationOutputData( |
| int deopt_entry_count, |
| PretenureFlag pretenure); |
| + Handle<AccessorPair> NewAccessorPair(); |
|
Kevin Millikin (Chromium)
2012/01/10 08:57:30
Maybe a comment here and also in heap.h about why
Sven Panne
2012/01/10 09:45:03
Done.
|
| Handle<String> LookupSymbol(Vector<const char> str); |
| Handle<String> LookupSymbol(Handle<String> str); |