Home
last modified time | relevance | path

Searched defs:elt2 (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
Darray-functions-prototype-misc.js82 unshift_function_2 = function(array, elt1, elt2) { argument
117 return Array.prototype.unshift.call(array, elt1, elt2); argument
/external/chromium_org/v8/test/mjsunit/
Darray-functions-prototype-misc.js82 unshift_function_2 = function(array, elt1, elt2) { argument
117 return Array.prototype.unshift.call(array, elt1, elt2); argument
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
Dxmlelement_unittest.cc50 XmlElement elt2(QName("google:test", "first"), true); in TEST() local