Home
last modified time | relevance | path

Searched refs:ObjectValueOf (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
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; method in String
111 Boolean.prototype.ObjectValueOf = Object.prototype.valueOf; method in Boolean
112 Number.prototype.ObjectValueOf = Object.prototype.valueOf; method in Number
/external/v8/src/
Dv8natives.js243 function ObjectValueOf() { class
1292 "valueOf", ObjectValueOf,