mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 870423 - Use the actual hasInstance proxy hook for function proxies. r=luke
This commit is contained in:
parent
dfb5696db1
commit
97556fd572
@ -3197,7 +3197,7 @@ JS_FRIEND_DATA(Class) js::FunctionProxyClass = {
|
|||||||
proxy_Finalize, /* finalize */
|
proxy_Finalize, /* finalize */
|
||||||
NULL, /* checkAccess */
|
NULL, /* checkAccess */
|
||||||
proxy_Call,
|
proxy_Call,
|
||||||
FunctionClass.hasInstance,
|
proxy_HasInstance,
|
||||||
proxy_Construct,
|
proxy_Construct,
|
||||||
proxy_TraceFunction, /* trace */
|
proxy_TraceFunction, /* trace */
|
||||||
PROXY_CLASS_EXT,
|
PROXY_CLASS_EXT,
|
||||||
|
Loading…
Reference in New Issue
Block a user