Index: src/type-info.h |
=================================================================== |
--- src/type-info.h (revision 10237) |
+++ src/type-info.h (working copy) |
@@ -256,6 +256,8 @@ |
void CollectKeyedReceiverTypes(unsigned ast_id, |
SmallMapList* types); |
+ static bool InSameContext(Handle<Map> map, Handle<Context> global_context); |
Vyacheslav Egorov (Chromium)
2011/12/12 13:34:44
I would better call it: WillRetainDifferentContext
|
+ |
CheckType GetCallCheckType(Call* expr); |
Handle<JSObject> GetPrototypeForPrimitiveCheck(CheckType check); |