Javet
Javet copied to clipboard
Synthetic Module Bug
'Synthetic Module' created with an object that has a get property does not recognize the get property.
var model = {
get default(){
return 5
}
}
At the same time, V8ValueObject.set() sets the get property, which neither succeeds nor throws an error, which gives me a headache
That's by design. It is V8 that sets the rule, not Javet.