Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dvalue-wrapper.js86 assertEquals('object', typeof 'xxx'.ObjectValueOf());
87 assertEquals('object', typeof true.ObjectValueOf());
88 assertEquals('object', typeof false.ObjectValueOf());
89 assertEquals('object', typeof (42).ObjectValueOf());
90 assertEquals('object', typeof (3.14).ObjectValueOf());
111 String.prototype.ObjectValueOf = Object.prototype.valueOf; method in String
112 Boolean.prototype.ObjectValueOf = Object.prototype.valueOf; method in Boolean
113 Number.prototype.ObjectValueOf = Object.prototype.valueOf; method in Number
/external/v8/src/js/
Dv8natives.js134 function ObjectValueOf() { class
872 "valueOf", ObjectValueOf,
1187 "object_value_of", ObjectValueOf,