Revert "Javascript: support null pointers."

This reverts commit 11963788e0.
This commit is contained in:
Oliver Buchtala 2014-05-19 11:46:21 +02:00
commit 7cc617a19d
3 changed files with 7 additions and 32 deletions

View file

@ -1,9 +0,0 @@
var null_pointer = require("null_pointer");
if (!null_pointer.func(null)) {
throw new Error("Javascript 'null' should be converted into NULL.");
}
if (null_pointer.getnull() != null) {
throw new Error("NULL should be converted into Javascript 'null'.");
}