mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 713553 - Remove GetRTStringByIndex; r=bholley
This commit is contained in:
parent
d071be1aec
commit
9a15c9f66e
@ -673,12 +673,6 @@ GetRTIdByIndex(JSContext *cx, uintN index)
|
||||
return rt->GetStringID(index);
|
||||
}
|
||||
|
||||
inline jsval
|
||||
GetRTStringByIndex(JSContext *cx, uintN index)
|
||||
{
|
||||
return STRING_TO_JSVAL(JSID_TO_STRING(GetRTIdByIndex(cx, index)));
|
||||
}
|
||||
|
||||
inline
|
||||
JSBool ThrowBadParam(nsresult rv, uintN paramNum, XPCCallContext& ccx)
|
||||
{
|
||||
|
@ -4388,9 +4388,6 @@ xpc_ForcePropertyResolve(JSContext* cx, JSObject* obj, jsid id);
|
||||
inline jsid
|
||||
GetRTIdByIndex(JSContext *cx, uintN index);
|
||||
|
||||
inline jsval
|
||||
GetRTStringByIndex(JSContext *cx, uintN index);
|
||||
|
||||
// Wrapper for JS_NewObject to mark the new object as system when parent is
|
||||
// also a system object. If uniqueType is specified then a new type object will
|
||||
// be created which is used only by the result, so that its property types
|
||||
|
Loading…
Reference in New Issue
Block a user