dev_compiler icon indicating copy to clipboard operation
dev_compiler copied to clipboard

simplify setType in runtime

Open jmesserly opened this issue 9 years ago • 0 comments

after https://codereview.chromium.org/1680263002/, we do two property sets in there. It is supposed to be a very fast proto set to handle generic extension types. I don't think an extra property set should be needed, we should have the right reflection information on the JS proto already.

jmesserly avatar Feb 11 '16 23:02 jmesserly