10 lines
152 B
JavaScript
Vendored
10 lines
152 B
JavaScript
Vendored
this["@get something-invalid"] = function() {
|
|
return "something invalid"
|
|
}
|
|
|
|
this["some+value"] = 42
|
|
|
|
this["+some+object%:"] = {
|
|
foo: "%%++%%"
|
|
}
|