OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toJSONString
(Results
1 - 3
of
3
) sorted by null
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js
38
if (!Object.prototype.
toJSONString
) {
40
Array.prototype.
toJSONString
= function (w) {
51
if (v && typeof v.
toJSONString
=== 'function') {
52
a.push(v.
toJSONString
(w));
61
a.push(v.
toJSONString
());
72
Boolean.prototype.
toJSONString
= function () {
77
Date.prototype.
toJSONString
= function () {
93
Number.prototype.
toJSONString
= function () {
99
Object.prototype.
toJSONString
= function (w) {
114
if (typeof v.
toJSONString
=== 'function')
[
all
...]
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js
38
if (!Object.prototype.
toJSONString
) {
40
Array.prototype.
toJSONString
= function (w) {
51
if (v && typeof v.
toJSONString
=== 'function') {
52
a.push(v.
toJSONString
(w));
61
a.push(v.
toJSONString
());
72
Boolean.prototype.
toJSONString
= function () {
77
Date.prototype.
toJSONString
= function () {
93
Number.prototype.
toJSONString
= function () {
99
Object.prototype.
toJSONString
= function (w) {
114
if (typeof v.
toJSONString
=== 'function')
[
all
...]
/external/webkit/Source/WebCore/inspector/
InspectorValues.cpp
551
String InspectorValue::
toJSONString
() const
Completed in 216 milliseconds