Home
last modified time | relevance | path

Searched refs:is_js_entry (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dframes-inl.h80 inline bool StackHandler::is_js_entry() const { in is_js_entry() function
Dframes.h116 inline bool is_js_entry() const;
Dframes.cc1207 ASSERT(handler->is_js_entry()); in Iterate()