Home
last modified time | relevance | path

Searched refs:ArrayFromCallArgs (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsarray.cpp3072 ArrayFromCallArgs(JSContext* cx, CallArgs& args, HandleObject proto = nullptr) in ArrayFromCallArgs() function
3090 return ArrayFromCallArgs(cx, args); in array_of()
3200 return ArrayFromCallArgs(cx, args, proto); in ArrayConstructor()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DArray.cpp3510 static bool ArrayFromCallArgs(JSContext* cx, CallArgs& args, in ArrayFromCallArgs() function
3532 return ArrayFromCallArgs(cx, args); in array_of()
3652 return ArrayFromCallArgs(cx, args, proto); in ArrayConstructorImpl()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsarray.cpp3080 ArrayFromCallArgs(JSContext* cx, CallArgs& args, HandleObject proto = nullptr)
3098 return ArrayFromCallArgs(cx, args);
3225 return ArrayFromCallArgs(cx, args, proto);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DArray.cpp3510 static bool ArrayFromCallArgs(JSContext* cx, CallArgs& args, in ArrayFromCallArgs() function
3532 return ArrayFromCallArgs(cx, args); in array_of()
3652 return ArrayFromCallArgs(cx, args, proto); in ArrayConstructorImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DArray.cpp3676 static bool ArrayFromCallArgs(JSContext* cx, CallArgs& args, in ArrayFromCallArgs() function
3698 return ArrayFromCallArgs(cx, args); in array_of()
3815 return ArrayFromCallArgs(cx, args, proto); in ArrayConstructorImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsarray.cpp3061 static bool ArrayFromCallArgs(JSContext* cx, CallArgs& args, in ArrayFromCallArgs() function
3077 return ArrayFromCallArgs(cx, args); in array_of()
3205 return ArrayFromCallArgs(cx, args, proto); in ArrayConstructorImpl()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DArray.cpp3739 static bool ArrayFromCallArgs(JSContext* cx, CallArgs& args, in ArrayFromCallArgs() function
3761 return ArrayFromCallArgs(cx, args); in array_of()
4329 return ArrayFromCallArgs(cx, args, proto); in ArrayConstructorImpl()