Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -176,8 +176,11 @@ public DynamicObject translate(Throwable throwable) {
private boolean shouldObjectBeVisible(Object object) {
return object instanceof TruffleObject
|| object instanceof Boolean
|| object instanceof Byte
|| object instanceof Short
|| object instanceof Integer
|| object instanceof Long
|| object instanceof Float
|| object instanceof Double;
}

0 comments on commit 3c8807f

Please sign in to comment.