HomeSort by relevance Sort by last modified time
    Searched refs:is_entry_construct (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
frames.h 503 bool is_entry_construct() const { return type() == ENTRY_CONSTRUCT; } function in class:v8::internal::BASE_EMBEDDED
695 DCHECK(frame->is_entry_construct());
    [all...]
isolate.cc     [all...]
frames.cc 313 if (frame->is_entry() || frame->is_entry_construct()) {
    [all...]

Completed in 524 milliseconds