Searched refs:catch_name (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
H A D | csa-generator.cc | 331 std::string catch_name = in EmitInstruction() local 358 PostCallableExceptionPreparation(catch_name, return_type, in EmitInstruction() 405 std::string catch_name = in EmitInstruction() local 437 PostCallableExceptionPreparation(catch_name, return_type, in EmitInstruction() 566 std::string catch_name = in EmitInstruction() local 595 catch_name, in EmitInstruction() 642 std::string catch_name; in PreCallableExceptionPreparation() local 644 catch_name = FreshCatchName(); in PreCallableExceptionPreparation() 645 out() << " compiler::CodeAssemblerExceptionHandlerLabel " << catch_name in PreCallableExceptionPreparation() 647 out() << " { compiler::ScopedExceptionHandler s(&ca_, &" << catch_name in PreCallableExceptionPreparation() 653 PostCallableExceptionPreparation( const std::string& catch_name, const Type* return_type, base::Optional<Block*> catch_block, Stack<std::string>* stack, const base::Optional<DefinitionLocation>& exception_object_definition) PostCallableExceptionPreparation() argument 718 std::string catch_name = EmitInstruction() local [all...] |
H A D | csa-generator.h | 35 const std::string& catch_name, const Type* return_type,
|
Completed in 3 milliseconds