Searched defs:hasOwnProperty (Results 1 - 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Object/
H A Dregress-96284-001.js106 obj1 = {color:'red', texture:cnTestString, hasOwnProperty:42};
H A Dregress-96284-002.js106 obj1 = {color:'red', texture:cnTestString, hasOwnProperty:42};
H A Dregress-90596-001.js53 obj = {hasOwnProperty:"Hi"};
55 expect = '({hasOwnProperty:"Hi"})';
59 obj = {toString:9, hasOwnProperty:"Hi"};
61 expect = '({toString:9, hasOwnProperty:"Hi"})';
65 obj = {prop1:1, toString:9, hasOwnProperty:"Hi"};
67 expect = '({prop1:1, toString:9, hasOwnProperty:"Hi"})';
82 s = 'obj = {hasOwnProperty:"Hi"}';
85 expect = '({hasOwnProperty:"Hi"})';
89 s = 'obj = {toString:9, hasOwnProperty:"Hi"}';
92 expect = '({toString:9, hasOwnProperty
[all...]
H A Dregress-90596-002.js53 obj = {hasOwnProperty:"Hi"};
55 expect = '({hasOwnProperty:"Hi"})';
59 obj = {toString:9, hasOwnProperty:"Hi"};
61 expect = '({toString:9, hasOwnProperty:"Hi"})';
65 obj = {prop1:1, toString:9, hasOwnProperty:"Hi"};
67 expect = '({prop1:1, toString:9, hasOwnProperty:"Hi"})';
82 s = 'obj = {hasOwnProperty:"Hi"}';
85 expect = '({hasOwnProperty:"Hi"})';
89 s = 'obj = {toString:9, hasOwnProperty:"Hi"}';
92 expect = '({toString:9, hasOwnProperty
[all...]
H A Dregress-90596-003.js59 obj = {hasOwnProperty:"Hi"};
61 expect = '{hasOwnProperty:"Hi"}';
65 obj = {toString:9, hasOwnProperty:"Hi"};
67 expect = '{toString:9, hasOwnProperty:"Hi"}';
71 obj = {prop1:1, toString:9, hasOwnProperty:"Hi"};
73 expect = '{prop1:1, toString:9, hasOwnProperty:"Hi"}';
88 s = 'obj = {hasOwnProperty:"Hi"}';
91 expect = '{hasOwnProperty:"Hi"}';
95 s = 'obj = {toString:9, hasOwnProperty:"Hi"}';
98 expect = '{toString:9, hasOwnProperty
[all...]
/external/webkit/JavaScriptCore/runtime/
H A DJSObject.cpp221 bool JSObject::hasOwnProperty(ExecState* exec, const Identifier& propertyName) const function in class:JSC::JSObject

Completed in 52 milliseconds