Searched refs:ObjectValueOf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dvalue-wrapper.js85 assertEquals('object', typeof 'xxx'.ObjectValueOf());
86 assertEquals('object', typeof true.ObjectValueOf());
87 assertEquals('object', typeof false.ObjectValueOf());
88 assertEquals('object', typeof (42).ObjectValueOf());
89 assertEquals('object', typeof (3.14).ObjectValueOf());
110 String.prototype.ObjectValueOf = Object.prototype.valueOf;
111 Boolean.prototype.ObjectValueOf = Object.prototype.valueOf;
112 Number.prototype.ObjectValueOf = Object.prototype.valueOf;
/external/v8/test/mjsunit/
H A Dvalue-wrapper.js85 assertEquals('object', typeof 'xxx'.ObjectValueOf());
86 assertEquals('object', typeof true.ObjectValueOf());
87 assertEquals('object', typeof false.ObjectValueOf());
88 assertEquals('object', typeof (42).ObjectValueOf());
89 assertEquals('object', typeof (3.14).ObjectValueOf());
110 String.prototype.ObjectValueOf = Object.prototype.valueOf;
111 Boolean.prototype.ObjectValueOf = Object.prototype.valueOf;
112 Number.prototype.ObjectValueOf = Object.prototype.valueOf;
/external/v8/src/
H A Dv8natives.js243 function ObjectValueOf() { function
1292 "valueOf", ObjectValueOf,
/external/chromium_org/v8/src/
H A Dv8natives.js244 function ObjectValueOf() { function
1400 "valueOf", ObjectValueOf,

Completed in 222 milliseconds