Home | History | Annotate | Download | only in runtime

Lines Matching refs:long_jump_context

2215   if (tlsPtr_.long_jump_context != nullptr) {
2216 delete tlsPtr_.long_jump_context;
3109 Context* result = tlsPtr_.long_jump_context;
3113 tlsPtr_.long_jump_context = nullptr; // Avoid context being shared.