Searched defs:replaceValue (Results 1 – 2 of 2) sorted by relevance
131 C.prototype.replace = function (searchValue, replaceValue) { return null; }; argument
40730 JSValueConst O = this_val, searchValue = argv[0], replaceValue = argv[1]; in js_string_replace() local