//es4inst.hasOwnProperty('test_var')
true
//es4inst.hasOwnProperty('test_const')
true
//es4inst.hasOwnProperty('test_function')
true
//es4inst.hasOwnProperty('test_virt')
true
//es4inst.hasOwnProperty('test_static_var')
false
//es4inst.hasOwnProperty('test_static_const')
false
//es4inst.hasOwnProperty('test_static_function')
false
//es4inst.hasOwnProperty('test_static_virt')
false
//es4inst.hasOwnProperty('test_private_var')
false
//es4inst.hasOwnProperty('test_private_const')
false
//es4inst.hasOwnProperty('test_private_function')
false
//es4inst.hasOwnProperty('test_private_virt')
false
//ES4Class.hasOwnProperty('test_var')
false
//ES4Class.hasOwnProperty('test_const')
false
//ES4Class.hasOwnProperty('test_function')
false
//ES4Class.hasOwnProperty('test_virt')
false
//ES4Class.hasOwnProperty('test_static_var')
true
//ES4Class.hasOwnProperty('test_static_const')
true
//ES4Class.hasOwnProperty('test_static_function')
true
//ES4Class.hasOwnProperty('test_static_virt')
true
//ES4Class.hasOwnProperty('test_private_var')
false
//ES4Class.hasOwnProperty('test_private_const')
false
//ES4Class.hasOwnProperty('test_private_function')
false
//ES4Class.hasOwnProperty('test_private_virt')
false
//ES4Class.prototype.hasOwnProperty('test_var')
false
//ES4Class.prototype.hasOwnProperty('test_const')
false
//ES4Class.prototype.hasOwnProperty('test_function')
false
//ES4Class.prototype.hasOwnProperty('test_virt')
false
//ES4Class.prototype.hasOwnProperty('test_static_var')
false
//ES4Class.prototype.hasOwnProperty('test_static_const')
false
//ES4Class.prototype.hasOwnProperty('test_static_function')
false
//ES4Class.prototype.hasOwnProperty('test_static_virt')
false
//ES4Class.prototype.hasOwnProperty('test_private_var')
false
//ES4Class.prototype.hasOwnProperty('test_private_const')
false
//ES4Class.prototype.hasOwnProperty('test_private_function')
false
//ES4Class.prototype.hasOwnProperty('test_private_virt')
false
//es3inst.hasOwnProperty('test_var')
true
//es3inst.hasOwnProperty('test_function')
false
//es3inst.hasOwnProperty('test_proto')
false
//es3inst.hasOwnProperty('test_static_var')
false
//es3inst.hasOwnProperty('test_static_function')
false
//ES3Class.hasOwnProperty('test_var')
false
//ES3Class.hasOwnProperty('test_function')
false
//ES3Class.hasOwnProperty('test_proto')
false
//ES3Class.hasOwnProperty('test_static_var')
true
//ES3Class.hasOwnProperty('test_static_function')
true
//ES3Class.prototype.hasOwnProperty('test_var')
false
//ES3Class.prototype.hasOwnProperty('test_function')
true
//ES3Class.prototype.hasOwnProperty('test_proto')
true
//ES3Class.prototype.hasOwnProperty('test_static_var')
false
//ES3Class.prototype.hasOwnProperty('test_static_function')
false
