Revert "Javascript: support null pointers."
This reverts commit 11963788e0.
This commit is contained in:
parent
394a8bebe7
commit
7cc617a19d
3 changed files with 7 additions and 32 deletions
|
|
@ -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'.");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue