Searched refs:YIELD_VALUE (Results 1 – 2 of 2) sorted by relevance
12 YIELD_VALUE = dis.opmap['YIELD_VALUE'] variable14 YIELD_VALUE = chr(YIELD_VALUE) variable112 if bytecode != YIELD_VALUE:
717 if (bytecode != YIELD_VALUE) { in CTracer_handle_return()