diff options
author | Matthew Olsson <matthewcolsson@gmail.com> | 2020-06-25 14:49:56 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-01 11:16:37 +0200 |
commit | 98323e19e58fc52f8f1724367b83c467de96a5c1 (patch) | |
tree | 30bc6acd4c2bce105137a2b5ecd51987c789152c /Libraries/LibWeb | |
parent | ed683663cd4d99f1365d87552d1e4e9a90455dd8 (diff) | |
download | serenity-98323e19e58fc52f8f1724367b83c467de96a5c1.zip |
LibJS: Implement Proxy [[Call]] and [[Construct]] traps
In order to do this, Proxy now extends Function rather than Object, and
whether or not it returns true for is_function() depends on it's
m_target.
Diffstat (limited to 'Libraries/LibWeb')
0 files changed, 0 insertions, 0 deletions