Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc88 SsaEnv* catch_env; member
95 explicit TryInfo(SsaEnv* c) : catch_env(c) {} in TryInfo()
277 SsaEnv* catch_env = Split(decoder->zone(), outer_env); in Try() local
280 catch_env->state = SsaEnv::kUnreachable; in Try()
283 TryInfo* try_info = decoder->zone()->New<TryInfo>(catch_env); in Try()
881 SetEnv(block->try_info->catch_env); in CatchException()
893 // false environment as the new {TryInfo::catch_env} here. in CatchException()
898 block->try_info->catch_env = if_no_catch_env; in CatchException()
917 SetEnv(block->try_info->catch_env); in Delegate()
932 Goto(decoder, target_try->catch_env); in Delegate()
[all...]

Completed in 3 milliseconds