Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 141fc5e66e8279c9d9d7ed48e6bdb5c009776a2f..5be5c124ebba1acdfe5457770df32525837cef83 100644 |
| --- a/src/factory.h |
| +++ b/src/factory.h |
| @@ -359,6 +359,8 @@ class Factory FINAL { |
| return NewJSObjectFromMap(neander_map()); |
| } |
| + Handle<JSWeakMap> NewJSWeakMap(); |
| + |
| Handle<JSObject> NewArgumentsObject(Handle<JSFunction> callee, int length); |
| // JS objects are pretenured when allocated by the bootstrapper and |