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

Function JSID_TO_STRING

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

Source from the content-addressed store, hash-verified

1371}
1372
1373static JS_ALWAYS_INLINE JSString *
1374JSID_TO_STRING(jsid id)
1375{
1376 JS_ASSERT(JSID_IS_STRING(id));
1377 return (JSString *)JSID_BITS(id);
1378}
1379
1380static JS_ALWAYS_INLINE JSBool
1381JSID_IS_ZERO(jsid id)

Callers 3

JSID_TO_ATOMFunction · 0.70
IdToValueFunction · 0.70
IsPoisonedIdFunction · 0.70

Calls 1

JSID_IS_STRINGFunction · 0.70

Tested by

no test coverage detected