Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.h282 bool ShouldThrowReferenceError() const { in ShouldThrowReferenceError() function
Dic.cc637 if (it.IsFound() || !ShouldThrowReferenceError()) { in Load()
648 } else if (!ShouldThrowReferenceError()) { in Load()
2713 if (ic.ShouldThrowReferenceError()) { in RUNTIME_FUNCTION()
3189 DCHECK(!ic.ShouldThrowReferenceError()); in RUNTIME_FUNCTION()