Revision f230a1cf deps/v8/src/disassembler.cc

View differences:

deps/v8/src/disassembler.cc
250 250
          if (kind == Code::CALL_IC || kind == Code::KEYED_CALL_IC) {
251 251
            out.AddFormatted(", argc = %d", code->arguments_count());
252 252
          }
253
        } else if (kind == Code::STUB) {
253
        } else if (kind == Code::STUB || kind == Code::HANDLER) {
254 254
          // Reverse lookup required as the minor key cannot be retrieved
255 255
          // from the code object.
256 256
          Object* obj = heap->code_stubs()->SlowReverseLookup(code);

Also available in: Unified diff