Home
last modified time | relevance | path

Searched refs:has_handler_table (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dcode.h343 inline bool has_handler_table() const;
H A Dcode.cc581 if (has_handler_table()) { in Disassemble()
H A Dcode-inl.h477 bool Code::has_handler_table() const { return handler_table_size() > 0; } in has_handler_table() function in v8::internal::Code
/third_party/node/deps/v8/src/execution/
H A Disolate.cc2045 !code.has_handler_table() || !code.is_turbofanned()) { in ThrowInternal()
2254 !code->has_handler_table() || !code->is_turbofanned()) { in ThrowInternal()
2734 !code.has_handler_table() || !code.is_turbofanned()) { in ThrowInternal()
H A Dframes.cc1384 DCHECK(!LookupCode().has_handler_table()); in LookupExceptionHandlerInTable()

Completed in 19 milliseconds