Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h141 void BuildReThrow();
Dbytecode-generator.cc350 generator()->BuildReThrow(); in Execute()
453 generator()->BuildReThrow(); in Execute()
2689 void BytecodeGenerator::BuildReThrow() { builder()->ReThrow(); } in BuildReThrow() function in v8::internal::interpreter::BytecodeGenerator