Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc926 TryInfo* target_try = decoder->control_at(depth)->try_info; in Delegate() local
932 Goto(decoder, target_try->catch_env); in Delegate()
935 if (target_try->catch_env->state == SsaEnv::kReached) { in Delegate()
936 target_try->exception = block->try_info->exception; in Delegate()
938 DCHECK_EQ(target_try->catch_env->state, SsaEnv::kMerged); in Delegate()
939 target_try->exception = builder_->CreateOrMergeIntoPhi( in Delegate()
940 MachineRepresentation::kTagged, target_try->catch_env->control, in Delegate()
941 target_try->exception, block->try_info->exception); in Delegate()

Completed in 4 milliseconds