* Constructs a {@link ValueMirror} given a V8 debugger object specification if it's possible.
*/
public static ValueMirror create(final RefWithDisplayData refWithDisplayData,
Factory loadableStringFactory) {
Long ref = refWithDisplayData.ref();
final Type type = V8Helper.calculateType(refWithDisplayData.type(),
refWithDisplayData.className(), false);
return new ValueMirror(ref) {
@Override
public Type getType() {