add is_undef functionality to boxed_value
This commit is contained in:
4
unittests/is_undef.chai
Normal file
4
unittests/is_undef.chai
Normal file
@@ -0,0 +1,4 @@
|
||||
var i;
|
||||
print(i.is_undef());
|
||||
i = 5;
|
||||
print(i.is_undef());
|
2
unittests/is_undef.txt
Normal file
2
unittests/is_undef.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
true
|
||||
false
|
Reference in New Issue
Block a user