Home
last modified time | relevance | path

Searched refs:DoConcatStringsFn (Results 1 – 3 of 3) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DSharedIC.cpp854 typedef bool (*DoConcatStringsFn)(JSContext*, HandleString, HandleString, typedef
856 static const VMFunction DoConcatStringsInfo = FunctionInfo<DoConcatStringsFn>(
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DSharedIC.cpp1162 typedef bool (*DoConcatStringsFn)(JSContext*, HandleString, HandleString, MutableHandleValue); typedef
1164 FunctionInfo<DoConcatStringsFn>(DoConcatStrings, "DoConcatStrings", TailCall);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DSharedIC.cpp1186 typedef bool (*DoConcatStringsFn)(JSContext*, HandleString, HandleString, MutableHandleValue); typedef
1187 static const VMFunction DoConcatStringsInfo = FunctionInfo<DoConcatStringsFn>(DoConcatStrings, Tail…