Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
H A Dframes.h214 bool is_construct_entry() const { return type() == CONSTRUCT_ENTRY; } in is_construct_entry() function in v8::internal::StackFrame
713 DCHECK(frame->is_construct_entry()); in cast()
H A Dframes.cc498 if (frame->is_entry() || frame->is_construct_entry()) { in IsValidCaller()

Completed in 8 milliseconds