augment test/ufuzz.js

This commit is contained in:
alexlamsl 2017-11-03 23:59:45 +08:00
parent 75be179054
commit e1d9b0fe06

View File

@ -162,6 +162,7 @@ var VALUES = [
'"object"', '"object"',
'"number"', '"number"',
'"function"', '"function"',
'this',
]; ];
var BINARY_OPS_NO_COMMA = [ var BINARY_OPS_NO_COMMA = [