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

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Object/
H A Dregress-96284-001.js106 obj1 = {color:'red', texture:cnTestString, hasOwnProperty:42}; property in class:obj1
H A Dregress-96284-002.js106 obj1 = {color:'red', texture:cnTestString, hasOwnProperty:42}; property in class:obj1
H A Dregress-90596-001.js53 obj = {hasOwnProperty:"Hi"}; property in class:obj
59 obj = {toString:9, hasOwnProperty:"Hi"}; property in class:obj
65 obj = {prop1:1, toString:9, hasOwnProperty:"Hi"}; property in class:obj
[all...]
H A Dregress-90596-002.js53 obj = {hasOwnProperty:"Hi"}; property in class:obj
59 obj = {toString:9, hasOwnProperty:"Hi"}; property in class:obj
65 obj = {prop1:1, toString:9, hasOwnProperty:"Hi"}; property in class:obj
[all...]
H A Dregress-90596-003.js59 obj = {hasOwnProperty:"Hi"}; property in class:obj
65 obj = {toString:9, hasOwnProperty:"Hi"}; property in class:obj
71 obj = {prop1:1, toString:9, hasOwnProperty:"Hi"}; property in class:obj
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/UglifyJS/
H A Dparse-js.js1229 return Object.prototype.hasOwnProperty.call(obj, prop); method in class:return
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSObject.cpp1269 bool JSObject::hasOwnProperty(ExecState* exec, PropertyName propertyName) const function in class:JSC::JSObject

Completed in 194 milliseconds