MCPcopy Create free account
hub / github.com/9miao/CrossApp / IsProxy

Function IsProxy

scripting/javascript/spidermonkey-android/include/jsproxy.h:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237inline bool IsProxy(RawObject obj)
238{
239 Class *clasp = GetObjectClass(obj);
240 return IsObjectProxyClass(clasp) || IsFunctionProxyClass(clasp);
241}
242
243/* Shared between object and function proxies. */
244/*

Callers 7

GetProxyHandlerFunction · 0.70
jsproxy.hFile · 0.70
GetProxyTargetObjectFunction · 0.70
SetProxyHandlerFunction · 0.70
SetProxyPrivateFunction · 0.70
SetProxyExtraFunction · 0.70
jswrapper.hFile · 0.70

Calls 3

GetObjectClassFunction · 0.70
IsObjectProxyClassFunction · 0.70
IsFunctionProxyClassFunction · 0.70

Tested by

no test coverage detected