Searched refs:previous_catch (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | ast-decoder.cc | 108 int32_t previous_catch; // The previous Control (on the stack) with a catch. member 120 int32_t previous_catch) { in Block() 122 nullptr, nullptr, previous_catch, {0, {NO_VALUE}}}; in Block() 126 SsaEnv* false_env, int32_t previous_catch) { in If() 128 false_env, nullptr, previous_catch, {0, {NO_VALUE}}}; in If() 132 int32_t previous_catch) { in Loop() 134 nullptr, nullptr, previous_catch, {0, {NO_VALUE}}}; in Loop() 138 Zone* zone, SsaEnv* catch_env, int32_t previous_catch) { in Try() 142 nullptr, try_info, previous_catch, {0, {NO_VALUE}}}; in Try() 722 current_catch_ = c->previous_catch; in DecodeFunctionBody()
|