Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h199 bool is_construct_entry() const { return type() == CONSTRUCT_ENTRY; } in is_construct_entry() function
394 DCHECK(frame->is_construct_entry()); in cast()
Dframes.cc322 if (frame->is_entry() || frame->is_construct_entry()) { in IsValidCaller()