Lines Matching refs:IsJSGlobalProxy
438 if (object->IsJSGlobalProxy()) { in GenerateStoreField()
444 ASSERT(object->IsJSGlobalProxy() || !object->IsAccessCheckNeeded()); in GenerateStoreField()
1069 ASSERT(current->IsJSGlobalProxy() || !current->IsAccessCheckNeeded()); in CheckPrototypes()
1074 !current->IsJSGlobalProxy()) { in CheckPrototypes()
1094 if (current->IsJSGlobalProxy()) { in CheckPrototypes()
1125 ASSERT(holder->IsJSGlobalProxy() || !holder->IsAccessCheckNeeded()); in CheckPrototypes()
1126 if (holder->IsJSGlobalProxy()) { in CheckPrototypes()
2566 if (object->IsJSGlobalProxy()) { in CompileStoreCallback()
2572 ASSERT(object->IsJSGlobalProxy() || !object->IsAccessCheckNeeded()); in CompileStoreCallback()
2610 if (receiver->IsJSGlobalProxy()) { in CompileStoreInterceptor()
2616 ASSERT(receiver->IsJSGlobalProxy() || !receiver->IsAccessCheckNeeded()); in CompileStoreInterceptor()