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

Function JSID_IS_OBJECT

scripting/javascript/spidermonkey-android/include/jsapi.h:1430–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1428}
1429
1430static JS_ALWAYS_INLINE JSBool
1431JSID_IS_OBJECT(jsid id)
1432{
1433 return (JSID_BITS(id) & JSID_TYPE_MASK) == JSID_TYPE_OBJECT &&
1434 (size_t)JSID_BITS(id) != JSID_TYPE_OBJECT;
1435}
1436
1437static JS_ALWAYS_INLINE JSObject *
1438JSID_TO_OBJECT(jsid id)

Callers 7

SPECIALID_TO_JSIDFunction · 0.70
JSID_IS_SPECIALFunction · 0.70
JSID_TO_SPECIALIDFunction · 0.70
IdToValueFunction · 0.70
JSID_TO_OBJECTFunction · 0.70
JSID_IS_GCTHINGFunction · 0.70
IsPoisonedIdFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected