Searched refs:hasOwnProperty (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFileSystemMapping.js118 if (this._cachedFileSystemPaths.hasOwnProperty(prefix))
H A Djsdifflib.js37 return __whitespace.hasOwnProperty(c);
93 return function (key) { return dict.hasOwnProperty(key); };
98 return dict.hasOwnProperty(key) ? dict[key] : defaultValue;
127 if (b2j.hasOwnProperty(elt)) {
141 if (populardict.hasOwnProperty(elt)) {
150 if (populardict.hasOwnProperty(elt) && isjunk(elt)) {
156 if (b2j.hasOwnProperty(elt) && isjunk(elt)) {
183 if (jdict.hasOwnProperty(jkey)) {
257 if (matching_blocks.hasOwnProperty(idx)) {
289 if (blocks.hasOwnProperty(id
[all...]
H A DSASSSourceMapping.js187 if (this._cssURLsForSASSURL.hasOwnProperty(sassURL))
H A DToolbar.js115 return visiblePanels.hasOwnProperty(name) ? visiblePanels[name] : this._isPanelVisibleByDefault(name);
H A DDOMAgent.js737 if (!this._descendantUserPropertyCounters.hasOwnProperty(name))
753 if (this.parentNode && !this._userProperties.hasOwnProperty(name))
761 if (!this._userProperties.hasOwnProperty(name))
H A DStylesSidebarPane.js536 if (foundImportantProperties.hasOwnProperty(canonicalName))
540 if (!isImportant && usedProperties.hasOwnProperty(canonicalName))
545 if (propertyToEffectiveRule.hasOwnProperty(canonicalName))
2721 return this._cssCompletions.keySet().hasOwnProperty(word);
H A DTabbedEditorContainer.js548 console.assert(!this._itemsIndex.hasOwnProperty(this._items[i].url));
H A DConsoleView.js479 if (this._messageURLFilters.hasOwnProperty(url)) {
H A DExtensionServer.js697 if (!this._registeredExtensions.hasOwnProperty(origin)) {
H A DSourceJavaScriptTokenizer.js287 if (WebInspector.SourceJavaScriptTokenizer.GlobalObjectValueProperties.hasOwnProperty(token))
1247 if (WebInspector.SourceJavaScriptTokenizer.GlobalObjectValueProperties.hasOwnProperty(token))
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/Function/
H A Dscope-001.js189 actual = String([obj.hasOwnProperty('f'), self.hasOwnProperty('f')]);
H A Dscope-002.js167 actual = String([obj.hasOwnProperty('f'), self.hasOwnProperty('f')]);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Object/
H A Dregress-90596-001.js53 obj = {hasOwnProperty:"Hi"}; property in class:obj
55 expect = '({hasOwnProperty:"Hi"})';
59 obj = {toString:9, hasOwnProperty:"Hi"}; property in class:obj
61 expect = '({toString:9, hasOwnProperty:"Hi"})';
65 obj = {prop1:1, toString:9, hasOwnProperty:"Hi"}; property in class:obj
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"}; property in class:obj
55 expect = '({hasOwnProperty:"Hi"})';
59 obj = {toString:9, hasOwnProperty:"Hi"}; property in class:obj
61 expect = '({toString:9, hasOwnProperty:"Hi"})';
65 obj = {prop1:1, toString:9, hasOwnProperty:"Hi"}; property in class:obj
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"}; property in class:obj
61 expect = '{hasOwnProperty:"Hi"}';
65 obj = {toString:9, hasOwnProperty:"Hi"}; property in class:obj
67 expect = '{toString:9, hasOwnProperty:"Hi"}';
71 obj = {prop1:1, toString:9, hasOwnProperty:"Hi"}; property in class:obj
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...]
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
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Djavascript.js173 if (!state.lexical.hasOwnProperty("align"))
271 if (atomicTypes.hasOwnProperty(type)) return cont(maybeoperator);
302 if (atomicTypes.hasOwnProperty(type)) return cont(expect(":"), expression);
382 if (!state.lexical.hasOwnProperty("align"))
H A Dcodemirror.js45 for (var opt in defaults) if (!options.hasOwnProperty(opt) && defaults.hasOwnProperty(opt))
688 var id = cm.options.gutters[k], found = markers.hasOwnProperty(id) && markers[id];
2682 if (optionHandlers.hasOwnProperty(option))
3101 if (typeof spec == "string" && mimeModes.hasOwnProperty(spec))
3114 if (modeExtensions.hasOwnProperty(spec.name)) {
3117 if (!exts.hasOwnProperty(prop)) continue;
3118 if (modeObj.hasOwnProperty(prop)) modeObj["_" + prop] = modeObj[prop];
3133 var exts = modeExtensions.hasOwnProperty(mode) ? modeExtensions[mode] : (modeExtensions[mode] = {});
3872 for (var opt in options) if (options.hasOwnProperty(op
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCommonIdentifiers.h84 macro(hasOwnProperty) \
H A DObjectPrototype.cpp63 JSC_NATIVE_FUNCTION(vm.propertyNames->hasOwnProperty, objectProtoFuncHasOwnProperty, DontEnum, 1);
90 return JSValue::encode(jsBoolean(thisValue.toObject(exec)->hasOwnProperty(exec, Identifier(exec, exec->argument(0).toString(exec)->value(exec)))));
H A DJSObject.h470 bool hasOwnProperty(ExecState*, PropertyName) const;
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qobjectbridge/
H A Dtst_qobjectbridge.cpp952 // In WebKit, RuntimeObjects do not inherit Object, so don't have hasOwnProperty
954 // QCOMPARE(evalJS("myObject.hasOwnProperty('dynamicProperty')"), sFalse);
959 // QCOMPARE(evalJS("myObject.hasOwnProperty('dynamicProperty')"), sTrue);
974 // QCOMPARE(evalJS("myObject.hasOwnProperty('dynamicProperty')"), sFalse);
982 // (again, no hasOwnProperty)
984 // QCOMPARE(evalJS("myObject.hasOwnProperty('child')"), sFalse);
990 // QCOMPARE(evalJS("myObject.hasOwnProperty('child')"), sTrue);
996 // QCOMPARE(evalJS("myObject.child.hasOwnProperty('grandChild')"), sTrue);
1001 // QCOMPARE(evalJS("myObject.child.hasOwnProperty('grandChild')"), sFalse);
1006 // QCOMPARE(evalJS("myObject.hasOwnProperty('chil
[all...]
/macosx-10.9.5/apache-786.1/httpd/docs/manual/style/scripts/
H A Dprettify.js9 l=[],p={},d=0,g=e.length;d<g;++d){var r=e[d],n=r[3];if(n)for(var k=n.length;--k>=0;)h[n.charAt(k)]=r;r=r[1];n=""+r;p.hasOwnProperty(n)||(l.push(r),p[n]=q)}l.push(/[\S\s]/);y=L(l)})();var t=m.length;return e}function u(a){var m=[],e=[];a.tripleQuotedStrings?m.push(["str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$))/,q,"'\""]):a.multiLineStrings?m.push(["str",/^(?:'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$)|`(?:[^\\`]|\\[\S\s])*(?:`|$))/,
15 m);var r=s.createElement("OL");r.className="linenums";for(var n=Math.max(0,m-1|0)||0,g=0,z=d.length;g<z;++g)l=d[g],l.className="L"+(g+n)%10,l.firstChild||l.appendChild(s.createTextNode("\xa0")),r.appendChild(l);a.appendChild(r)}function k(a,m){for(var e=m.length;--e>=0;){var h=m[e];A.hasOwnProperty(h)?window.console&&console.warn("cannot override language handler %s",h):A[h]=a}}function C(a,m){if(!a||!A.hasOwnProperty(a))a=/^\s*</.test(m)?"default-markup":"default-code";return A[a]}function E(a){var m=
/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

Completed in 536 milliseconds

12