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

Function IsPoisonedId

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

Source from the content-addressed store, hash-verified

1962namespace JS {
1963
1964inline bool
1965IsPoisonedId(jsid iden)
1966{
1967 if (JSID_IS_STRING(iden))
1968 return JS::IsPoisonedPtr(JSID_TO_STRING(iden));
1969 if (JSID_IS_OBJECT(iden))
1970 return JS::IsPoisonedPtr(JSID_TO_OBJECT(iden));
1971 return false;
1972}
1973
1974} /* namespace JS */
1975

Callers 1

poisonedMethod · 0.70

Calls 5

JSID_IS_STRINGFunction · 0.70
JSID_TO_STRINGFunction · 0.70
JSID_IS_OBJECTFunction · 0.70
JSID_TO_OBJECTFunction · 0.70
IsPoisonedPtrFunction · 0.50

Tested by

no test coverage detected