Lines Matching refs:createMethod
26809 var createMethod = function (IS_INCLUDES) {
26831 includes: createMethod(true),
26834 indexOf: createMethod(false)
26853 var createMethod = function (TYPE) {
26893 forEach: createMethod(0),
26896 map: createMethod(1),
26899 filter: createMethod(2),
26902 some: createMethod(3),
26905 every: createMethod(4),
26908 find: createMethod(5),
26911 findIndex: createMethod(6),
26914 filterReject: createMethod(7)
27011 var createMethod = function (IS_RIGHT) {
27040 left: createMethod(false),
27043 right: createMethod(true)
30080 var createMethod = function (TO_ENTRIES) {
30101 entries: createMethod(true),
30104 values: createMethod(false)
30694 var createMethod = function (CONVERT_TO_STRING) {
30716 codeAt: createMethod(false),
30719 charAt: createMethod(true)
30787 var createMethod = function (TYPE) {
30799 start: createMethod(1),
30802 end: createMethod(2),
30805 trim: createMethod(3)