Home
last modified time | relevance | path

Searched refs:tryUnshiftDenseElements (Results 1 – 15 of 15) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.h1131 bool tryUnshiftDenseElements(uint32_t count);
H A DNativeObject.cpp688 bool NativeObject::tryUnshiftDenseElements(uint32_t count) { in tryUnshiftDenseElements() function in NativeObject
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.h1181 bool tryUnshiftDenseElements(uint32_t count);
H A DNativeObject.cpp679 bool NativeObject::tryUnshiftDenseElements(uint32_t count) { in tryUnshiftDenseElements() function in NativeObject
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.h1250 bool tryUnshiftDenseElements(uint32_t count);
H A DNativeObject.cpp619 bool NativeObject::tryUnshiftDenseElements(uint32_t count) { in tryUnshiftDenseElements() function in NativeObject
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.h1300 bool tryUnshiftDenseElements(uint32_t count);
H A DNativeObject.cpp587 bool NativeObject::tryUnshiftDenseElements(uint32_t count) { in tryUnshiftDenseElements() function in NativeObject
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.h1250 bool tryUnshiftDenseElements(uint32_t count);
H A DNativeObject.cpp619 bool NativeObject::tryUnshiftDenseElements(uint32_t count) { in tryUnshiftDenseElements() function in NativeObject
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DArray.cpp2541 if (!nobj->tryUnshiftDenseElements(args.length())) { in array_unshift()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DArray.cpp2541 if (!nobj->tryUnshiftDenseElements(args.length())) { in array_unshift()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DArray.cpp2699 if (!nobj->tryUnshiftDenseElements(args.length())) { in array_unshift()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsarray.cpp2253 if (!nobj->tryUnshiftDenseElements(args.length())) { in array_unshift()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DArray.cpp2541 if (!nobj->tryUnshiftDenseElements(args.length())) { in array_unshift()