Lines Matching defs:valueOf
2918 'valueOf': objectProto.valueOf property
4575 'valueOf': objectProto.valueOf property
4585 'valueOf': 7 property
11479 assert.strictEqual(_.isPlainObject({ 'valueOf': 0 }), true); property
17301 var object = { 'valueOf': stubZero }; property
19284 assert.strictEqual(_.repeat('*', { 'valueOf': stubThree }), '***'); property
22680 …assert.strictEqual(_.truncate(string, { 'length': { 'valueOf': lodashStable.constant(length) } }),… property
23679 { 'valueOf': '1.1' }, property
23680 { 'valueOf': '1.1', 'toString': lodashStable.constant('2.2') }, property
23681 { 'valueOf': lodashStable.constant('1.1'), 'toString': '2.2' }, property
23682 { 'valueOf': lodashStable.constant('1.1'), 'toString': lodashStable.constant('2.2') }, property
23683 { 'valueOf': lodashStable.constant('-0x1a2b3c') }, property
23685 { 'valueOf': lodashStable.constant('0o12345') }, property
23687 { 'valueOf': lodashStable.constant('0b101010') }, property