Chromium Code Reviews| Index: src/type-info.h |
| =================================================================== |
| --- src/type-info.h (revision 10254) |
| +++ src/type-info.h (working copy) |
| @@ -256,6 +256,9 @@ |
| void CollectKeyedReceiverTypes(unsigned ast_id, |
| SmallMapList* types); |
| + static bool InSameContext(Map* map, Context* global_context); |
| + static bool InSameContext(JSFunction* function, Context* global_context); |
| + |
| CheckType GetCallCheckType(Call* expr); |
| Handle<JSObject> GetPrototypeForPrimitiveCheck(CheckType check); |