Home
last modified time | relevance | path

Searched refs:IsInAnyContext (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dlookup.cc270 [=](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()
Dobjects-debug.cc739 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()
Disolate.cc3320 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()
Disolate.h1480 bool IsInAnyContext(Object* object, uint32_t index);
/external/v8/src/compiler/
Dnode-properties.cc379 if (!isolate->IsInAnyContext(*receiver, in InferReceiverMaps()
381 !isolate->IsInAnyContext(*receiver, in InferReceiverMaps()
Djs-native-context-specialization.cc2841 if (!isolate()->IsInAnyContext(receiver_prototype, in CanTreatHoleAsUndefined()
2843 !isolate()->IsInAnyContext(receiver_prototype, in CanTreatHoleAsUndefined()
/external/v8/src/ic/
Dic.cc1204 if (isolate->IsInAnyContext(*receiver_prototype, in GetLoadMode()
1206 isolate->IsInAnyContext(*receiver_prototype, in GetLoadMode()