mirror of
https://github.com/robertkrimen/otto
synced 2025-10-26 20:28:49 +08:00
Revamp property mode bit fiddling (write, enumerate, configure)
This commit is contained in:
@@ -396,8 +396,8 @@ func TestObject_defineOwnProperty(t *testing.T) {
|
||||
delete object.property;
|
||||
var def = object.hasOwnProperty("property");
|
||||
|
||||
abc == true && def == false;
|
||||
`, "true")
|
||||
[ abc, def ];
|
||||
`, "true,false")
|
||||
}
|
||||
|
||||
func Test_assignmentEvaluationOrder(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user