Searched refs:IsInAnyContext (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | lookup.cc | 270 [=](uint32_t slot) { return isolate->IsInAnyContext(holder, slot); }); in IsTypedArrayFunctionInAnyContext() 308 if (isolate_->IsInAnyContext(*holder_, in InternalUpdateProtector() 314 } else if (isolate_->IsInAnyContext(*holder_, in InternalUpdateProtector() 318 } else if (isolate_->IsInAnyContext( in InternalUpdateProtector() 329 if (isolate_->IsInAnyContext( in InternalUpdateProtector() 340 if (isolate_->IsInAnyContext(*holder_, Context::ARRAY_FUNCTION_INDEX)) { in InternalUpdateProtector() 345 } else if (isolate_->IsInAnyContext(*holder_, in InternalUpdateProtector() 365 if (isolate_->IsInAnyContext(*holder_, Context::PROMISE_FUNCTION_INDEX)) { in InternalUpdateProtector() 378 isolate_->IsInAnyContext(*holder_, in InternalUpdateProtector() 380 isolate_->IsInAnyContext(*holder_, Context::PROMISE_PROTOTYPE_INDEX)) { in InternalUpdateProtector()
|
D | objects-debug.cc | 739 if (isolate->IsInAnyContext(map(), Context::SLOPPY_ARGUMENTS_MAP_INDEX) || in JSArgumentsObjectVerify() 740 isolate->IsInAnyContext(map(), in JSArgumentsObjectVerify() 742 isolate->IsInAnyContext(map(), in JSArgumentsObjectVerify() 746 } else if (isolate->IsInAnyContext(map(), in JSArgumentsObjectVerify()
|
D | isolate.cc | 3320 bool Isolate::IsInAnyContext(Object* object, uint32_t index) { in Throw() function in v8::internal::Isolate 3477 if (!IsInAnyContext(receiver->map()->prototype(), in Throw() 3591 return IsInAnyContext(*array, Context::INITIAL_ARRAY_PROTOTYPE_INDEX); in Throw()
|
D | isolate.h | 1480 bool IsInAnyContext(Object* object, uint32_t index);
|
/external/v8/src/compiler/ |
D | node-properties.cc | 379 if (!isolate->IsInAnyContext(*receiver, in InferReceiverMaps() 381 !isolate->IsInAnyContext(*receiver, in InferReceiverMaps()
|
D | js-native-context-specialization.cc | 2841 if (!isolate()->IsInAnyContext(receiver_prototype, in CanTreatHoleAsUndefined() 2843 !isolate()->IsInAnyContext(receiver_prototype, in CanTreatHoleAsUndefined()
|
/external/v8/src/ic/ |
D | ic.cc | 1204 if (isolate->IsInAnyContext(*receiver_prototype, in GetLoadMode() 1206 isolate->IsInAnyContext(*receiver_prototype, in GetLoadMode()
|