Home
last modified time | relevance | path

Searched refs:IndexToId (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/jsl/jsl-0.3.0/src/
H A Djsarray.c268 if (!IndexToId(cx, slot, &id2)) in array_length_setter()
536 if (!IndexToId(cx, index, &id)) in InitArrayElements()
595 if (!IndexToId(cx, i, &id)) in array_reverse()
857 ca.status = IndexToId(cx, i, &id); in array_sort()
966 if (!IndexToId(cx, index, &id)) in array_pop()
1061 if (!IndexToId(cx, i, &id)) in array_unshift()
1137 if (!IndexToId(cx, begin, &id)) in array_splice()
1176 if (!IndexToId(cx, last, &id)) in array_splice()
1189 if (!IndexToId(cx, last, &id)) in array_splice()
1266 if (!IndexToId(cx, length, &id)) in array_concat()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSAtom-inl.h116 inline bool IndexToId(JSContext* cx, uint32_t index, MutableHandleId idp) { in IndexToId() function
H A DJSObject-inl.h204 if (!IndexToId(cx, index, &id)) return false; in GetElement()
235 if (!IndexToId(cx, index, &id)) return false; in DeleteElement()
H A DJSObject.cpp1011 if (!IndexToId(cx, index, &id)) return false; in nonNativeSetElement()
2616 if (!IndexToId(cx, index, &id)) return false; in DefineAccessorElement()
2624 if (!IndexToId(cx, index, &id)) return false; in DefineDataElement()
2671 if (!IndexToId(cx, index, &id)) return false; in DefineAccessorElement()
2678 if (!IndexToId(cx, index, &id)) return false; in DefineDataElement()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DJSAtom-inl.h136 inline bool IndexToId(JSContext* cx, uint32_t index, MutableHandleId idp) { in IndexToId() function
H A DObjectOperations-inl.h144 if (!IndexToId(cx, index, &id)) { in GetElement()
369 if (!IndexToId(cx, index, &id)) { in DeleteElement()
H A DNativeObject.cpp2262 if (!IndexToId(cx, index, &id)) { in NativeGetElement()
2669 if (!IndexToId(cx, index, &id)) { in NativeSetElement()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DJSAtom-inl.h136 inline bool IndexToId(JSContext* cx, uint32_t index, MutableHandleId idp) { in IndexToId() function
H A DObjectOperations-inl.h144 if (!IndexToId(cx, index, &id)) { in GetElement()
369 if (!IndexToId(cx, index, &id)) { in DeleteElement()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DJSAtom-inl.h133 inline bool IndexToId(JSContext* cx, uint32_t index, MutableHandleId idp) { in IndexToId() function
H A DObjectOperations-inl.h145 if (!IndexToId(cx, index, &id)) { in GetElement()
353 if (!IndexToId(cx, index, &id)) { in DeleteElement()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DJSAtom-inl.h136 inline bool IndexToId(JSContext* cx, uint32_t index, MutableHandleId idp) { in IndexToId() function
H A DObjectOperations-inl.h148 if (!IndexToId(cx, index, &id)) { in GetElement()
381 if (!IndexToId(cx, index, &id)) { in DeleteElement()
H A DPropertyAndElement.cpp465 if (!IndexToId(cx, index, &id)) { in DefineDataElement()
483 if (!IndexToId(cx, index, &id)) { in JS_DefineElement()
563 if (!IndexToId(cx, index, &id)) { in JS_HasElement()
937 if (!IndexToId(cx, index, &id)) { in JS_AlreadyHasOwnElement()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsatominlines.h128 IndexToId(ExclusiveContext* cx, uint32_t index, MutableHandleId idp) in IndexToId() function
H A Djsobjinlines.h198 if (!IndexToId(cx, index, &id)) in GetElement()
241 if (!IndexToId(cx, index, &id)) in DeleteElement()
H A Djson.cpp793 if (!IndexToId(cx, i, &id)) in Walk()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsatominlines.h128 IndexToId(ExclusiveContext* cx, uint32_t index, MutableHandleId idp) in IndexToId() function
H A Djsobjinlines.h189 if (!IndexToId(cx, index, &id)) in GetElement()
232 if (!IndexToId(cx, index, &id)) in DeleteElement()
H A Djson.cpp734 if (!IndexToId(cx, i, &id)) in Walk()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DJSON.cpp965 if (!IndexToId(cx, i, &id)) { in Walk()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DJSON.cpp920 if (!IndexToId(cx, i, &id)) { in Walk()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DJSON.cpp737 if (!IndexToId(cx, i, &id)) return false; in Walk()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DJSON.cpp965 if (!IndexToId(cx, i, &id)) { in Walk()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DNativeObject.cpp1568 if (!IndexToId(cx, index, &id)) in NativeDefineElement()
2365 if (!IndexToId(cx, index, &id)) in NativeSetElement()

123