Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h119 bool is_entry_construct() const { return type() == ENTRY_CONSTRUCT; } in is_entry_construct() function
245 ASSERT(frame->is_entry_construct()); in cast()
Dframes.cc252 if (frame->is_entry() || frame->is_entry_construct()) { in IsValidCaller()