Chromium Code Reviews| Index: src/factory.h |
| diff --git a/src/factory.h b/src/factory.h |
| index 24ffe7977b33823eef055f4d8311c123276a20a4..4dfd98c61c382f68a0c6570a5eb108e35a51f176 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 |