[Bug 20225] don't allow overridden operations and attribute getters/setters to be invoked on descendant objects

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20225

--- Comment #7 from Boris Zbarsky <bzbarsky@mit.edu> ---
One note on terminology: I'm using "runtime" as "while rendering the webpage"
whereas "compile-time" is "while creating that thing the user will download and
use as a browser".  Just to make sure we're not talking about JIT-compile time
here, because in fact some of these checks _can_ be made at JIT-compile time,
and in SpiderMonkey's case we do just that for the "this" object in the common
case.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 6 December 2012 05:52:47 UTC