Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h757 bool is_constructor() const { return is_constructor_; } in is_constructor()
766 bool is_constructor_; variable
Dframes.cc1096 is_constructor_(is_constructor) { in FrameSummary()