Home
last modified time | relevance | path

Searched refs:ShouldThrowReferenceError (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ic/
Dic.h283 static bool ShouldThrowReferenceError(FeedbackSlotKind kind) { in ShouldThrowReferenceError() function
287 bool ShouldThrowReferenceError() const { in ShouldThrowReferenceError() function
288 return ShouldThrowReferenceError(kind()); in ShouldThrowReferenceError()
Dic.cc678 if (it.IsFound() || !ShouldThrowReferenceError()) { in Load()
689 } else if (!ShouldThrowReferenceError()) { in Load()
2634 if (LoadIC::ShouldThrowReferenceError(kind)) { in RUNTIME_FUNCTION()
3152 if (!LoadIC::ShouldThrowReferenceError(slot_kind)) { in RUNTIME_FUNCTION()