Home
last modified time | relevance | path

Searched refs:hasOwnProperty (Results 1 – 25 of 2847) sorted by relevance

12345678910>>...114

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/as3compile.all/
H A DMovieClip.as82 xcheck(m.hasOwnProperty("play"));
83 xcheck(m.hasOwnProperty("stop"));
111 xcheck(m.hasOwnProperty("filters"));
113 xcheck(m.hasOwnProperty("getRect"));
118 check(!m.hasOwnProperty("url"));
119 check(!m.hasOwnProperty("meth"));
126 check(!m.hasOwnProperty("hitTest"));
134 check(!m.hasOwnProperty("moveTo"));
135 check(!m.hasOwnProperty("lineTo"));
137 check(!m.hasOwnProperty("clear"));
[all …]
H A DSprite.as43 check(!m.hasOwnProperty("nextFrame"));
44 check(!m.hasOwnProperty("prevFrame"));
46 check(!m.hasOwnProperty("nextScene"));
47 check(!m.hasOwnProperty("prevScene"));
48 check(!m.hasOwnProperty("play"));
49 check(!m.hasOwnProperty("stop"));
56 xcheck(m.hasOwnProperty("graphics"));
61 xcheck(m.hasOwnProperty("stopDrag"));
65 xcheck(m.hasOwnProperty("addChild"));
77 xcheck(m.hasOwnProperty("filters"));
[all …]
H A DObject.as51 check(Object.prototype.hasOwnProperty("hasOwnProperty"));
55 check(Object.prototype.hasOwnProperty("toString"));
56 check(Object.prototype.hasOwnProperty("valueOf"));
66 check(!a.hasOwnProperty("constructor"));
67 check(!a.hasOwnProperty("hasOwnProperty"));
68 check(!a.hasOwnProperty("isPrototypeOf"));
69 check(!a.hasOwnProperty("propertyIsEnumerable"));
71 check(!a.hasOwnProperty("toString"));
72 check(!a.hasOwnProperty("valueOf"));
74 xcheck(!a.hasOwnProperty("__proto__"));
[all …]
H A DKeyboard.as35 xcheck(Keyboard.hasOwnProperty("capsLock"));
36 xcheck(Keyboard.hasOwnProperty("numLock"));
37 check(Keyboard.hasOwnProperty("isAccessible"));
40 check(Keyboard.hasOwnProperty("BACKSPACE"));
41 xcheck(Keyboard.hasOwnProperty("CAPS_LOCK"));
44 check(!Keyboard.hasOwnProperty("A"));
45 check(!Keyboard.hasOwnProperty("B"));
46 check(!Keyboard.hasOwnProperty("C"));
47 check(!Keyboard.hasOwnProperty("D"));
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/actionscript.all/
H A DVideo.as91 check(!videoObj.hasOwnProperty("clear"));
92 check(!videoObj.hasOwnProperty("_alpha"));
93 check(!videoObj.hasOwnProperty("_height"));
94 check(!videoObj.hasOwnProperty("height"));
95 check(!videoObj.hasOwnProperty("_name"));
96 check(!videoObj.hasOwnProperty("_parent"));
99 check(!videoObj.hasOwnProperty("_width"));
100 check(!videoObj.hasOwnProperty("width"));
101 check(!videoObj.hasOwnProperty("_x"));
102 check(!videoObj.hasOwnProperty("_xmouse"));
[all …]
H A DMicrophone.as45 check(!Microphone.prototype.hasOwnProperty("get"));
47 check(!Microphone.prototype.hasOwnProperty("gain"));
50 check(!Microphone.prototype.hasOwnProperty("name"));
54 check(!Microphone.prototype.hasOwnProperty("rate"));
67 check(!Microphone.prototype.hasOwnProperty("get"));
69 check(!Microphone.prototype.hasOwnProperty("gain"));
82 check ( Microphone.hasOwnProperty("names"));
92 check(!Microphone.prototype.hasOwnProperty("get"));
94 check(Microphone.prototype.hasOwnProperty("gain"));
97 check(Microphone.prototype.hasOwnProperty("name"));
[all …]
H A DCamera.as57 check(!Camera.prototype.hasOwnProperty("fps"));
58 check(!Camera.prototype.hasOwnProperty("height"));
59 check(!Camera.prototype.hasOwnProperty("index"));
60 check(!Camera.prototype.hasOwnProperty("width"));
63 check(!Camera.prototype.hasOwnProperty("muted"));
64 check(!Camera.prototype.hasOwnProperty("name"));
65 check(!Camera.prototype.hasOwnProperty("quality"));
78 check(!Camera.prototype.hasOwnProperty("names"));
79 check(!Camera.prototype.hasOwnProperty("get"));
87 check(Camera.prototype.hasOwnProperty("fps"));
[all …]
H A DSystem.as31 check(System.capabilities.hasOwnProperty("version"));
32 check(System.capabilities.hasOwnProperty("os"));
34 check(System.capabilities.hasOwnProperty("playerType"));
38 check(System.capabilities.hasOwnProperty("screenDPI"));
39 check(System.capabilities.hasOwnProperty("screenColor"));
42 check(System.capabilities.hasOwnProperty("language"));
43 check(System.capabilities.hasOwnProperty("isDebugger"));
50 check(System.capabilities.hasOwnProperty("hasMP3"));
53 check(System.capabilities.hasOwnProperty("hasAudio"));
58 check(System.hasOwnProperty("exactSettings"));
[all …]
H A DXML.as74 check(!XML.hasOwnProperty("load") );
76 check(!XML.hasOwnProperty("send") );
685 check(!r.hasOwnProperty("loaded"));
687 check(r.hasOwnProperty("loaded"));
690 check(!r.hasOwnProperty("loaded"));
692 check(!r.hasOwnProperty("loaded"));
699 check(!r.hasOwnProperty("loaded"));
701 check(r.hasOwnProperty("loaded"));
707 check(!r.hasOwnProperty("loaded"));
709 check(r.hasOwnProperty("loaded"));
[all …]
H A DNetStream.as56 check(! netstreamObj.hasOwnProperty('currentFps'));
62 check(! netstreamObj.hasOwnProperty('bufferTime'));
65 check(! netstreamObj.hasOwnProperty('liveDelay'));
67 check(! NetStream.prototype.hasOwnProperty('time'));
68 check(! netstreamObj.hasOwnProperty('time'));
72 check(! netstreamObj.hasOwnProperty('bytesLoaded'));
75 check(! netstreamObj.hasOwnProperty('bytesTotal'));
78 check(! netstreamObj.hasOwnProperty('close'));
81 check(! netstreamObj.hasOwnProperty('pause'));
83 check( NetStream.prototype.hasOwnProperty('play'));
[all …]
H A DTextField.as166 check(tf.hasOwnProperty('_listeners'));
278 check(!tf.hasOwnProperty('border'));
321 check(!tf.hasOwnProperty('_height'));
331 check(!tf.hasOwnProperty('hscroll'));
340 check(!tf.hasOwnProperty('html'));
349 check(!tf.hasOwnProperty('htmlText'));
368 check(!tf.hasOwnProperty('length'));
430 check(!tf.hasOwnProperty('_name'));
471 check(!tf.hasOwnProperty('_parent'));
879 check( ! tf.hasOwnProperty('_x') );
[all …]
H A DContextMenu.as54 check(!cm.hasOwnProperty("copy"));
62 check(cm.hasOwnProperty("onSelect"));
110 check(!ee.hasOwnProperty("a"));
111 check(!ee.hasOwnProperty("f"));
112 check(ee.hasOwnProperty("onSelect"));
130 check(ff.hasOwnProperty("onSelect"));
214 check(!it.hasOwnProperty("copy"));
215 check(it.hasOwnProperty("caption"));
216 check(it.hasOwnProperty("enabled"));
218 check(it.hasOwnProperty("visible"));
[all …]
H A DRectangle.as43 check(Rectangle.prototype.hasOwnProperty('top'));
62 check(!Rectangle.prototype.hasOwnProperty('x'));
63 check(!Rectangle.prototype.hasOwnProperty('y'));
72 check(r0.hasOwnProperty('height'));
73 check(r0.hasOwnProperty('width'));
74 check(r0.hasOwnProperty('x'));
75 check(r0.hasOwnProperty('y'));
87 check(r0.hasOwnProperty('height'));
88 check(r0.hasOwnProperty('width'));
89 check(r0.hasOwnProperty('x'));
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/tests/test262/
H A Djstests.list27 …hell-option(--enable-weak-refs) skip-if(!this.hasOwnProperty('FinalizationRegistry')||!this.hasOwn…
41 …hell-option(--enable-weak-refs) skip-if(!this.hasOwnProperty('FinalizationRegistry')||!this.hasOwn…
51 …hell-option(--enable-weak-refs) skip-if(!this.hasOwnProperty('FinalizationRegistry')||!this.hasOwn…
57 …hell-option(--enable-weak-refs) skip-if(!this.hasOwnProperty('FinalizationRegistry')||!this.hasOwn…
60 shell-option(--enable-weak-refs) skip-if(!this.hasOwnProperty('WeakRef')) script built-ins/WeakRef/…
62 shell-option(--enable-weak-refs) skip-if(!this.hasOwnProperty('WeakRef')) script built-ins/WeakRef/…
63 shell-option(--enable-weak-refs) skip-if(!this.hasOwnProperty('WeakRef')) script built-ins/WeakRef/…
65 shell-option(--enable-weak-refs) skip-if(!this.hasOwnProperty('WeakRef')) script built-ins/WeakRef/…
67 shell-option(--enable-weak-refs) skip-if(!this.hasOwnProperty('WeakRef')) script built-ins/WeakRef/…
79 shell-option(--enable-weak-refs) skip-if(!this.hasOwnProperty('WeakRef')||!this.hasOwnProperty('Fin…
[all …]
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/abilities/
H A DIndicators.qml27 …enabledForApplets: indicatorLevel.isLoaded && indicatorLevel.item.hasOwnProperty("enabledForApplet…
30 … needsIconColors: indicatorLevel.isLoaded && indicatorLevel.item.hasOwnProperty("needsIconColors")
36 …providesFrontLayer: indicatorLevel.isLoaded && indicatorLevel.item.hasOwnProperty("providesFrontL…
39 …providesHoveredAnimation: indicatorLevel.isLoaded && indicatorLevel.item.hasOwnProperty("providesH…
58 … if (indicatorLevel.isLoaded && indicatorLevel.item.hasOwnProperty("extraMaskThickness")) {
66 … if (indicatorLevel.isLoaded && indicatorLevel.item.hasOwnProperty("minThicknessPadding")) {
74 if (indicatorLevel.isLoaded && indicatorLevel.item.hasOwnProperty("minLengthPadding")) {
82 if (indicatorLevel.isLoaded && indicatorLevel.item.hasOwnProperty("lengthPadding")) {
90 … if (indicatorLevel.isLoaded && indicatorLevel.item.hasOwnProperty("appletLengthPadding")) {
98 … if (indicatorLevel.isLoaded && indicatorLevel.item.hasOwnProperty("backgroundCornerMargin")) {
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/display/
H A DDisplayObject_as.hx78 if (untyped x1.hasOwnProperty('alpha')) {
102 if (untyped x1.hasOwnProperty('height')) {
115 if (untyped x1.hasOwnProperty('mask')) {
121 if (untyped x1.hasOwnProperty('mouseX')) {
127 if (untyped x1.hasOwnProperty('mouseY')) {
133 if (untyped x1.hasOwnProperty('name')) {
152 if (untyped x1.hasOwnProperty('root')) {
188 if (untyped x1.hasOwnProperty('stage')) {
206 if (untyped x1.hasOwnProperty('width')) {
212 if (untyped x1.hasOwnProperty('x')) {
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/net/
H A DXMLSocket_as.hx58 DejaGnu.pass("XMLSocket.hasOwnProperty('connected')");
60 DejaGnu.fail("XMLSocket.hasOwnProperty('connected')");
177 if (! untyped socketObj.hasOwnProperty("connect")) {
178 DejaGnu.pass("! socketObj.hasOwnProperty('connect')");
180 DejaGnu.fail("socketObj.hasOwnProperty('connect')");
182 if (! untyped socketObj.hasOwnProperty("close")) {
183 DejaGnu.pass("! socketObj.hasOwnProperty('close')");
185 DejaGnu.fail("socketObj.hasOwnProperty('close')");
187 if (! untyped socketObj.hasOwnProperty("send")) {
188 DejaGnu.pass("! socketObj.hasOwnProperty('send')");
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DNativeJSAdapter.java218 if (overrides && super.hasOwnProperty(key)) { in set()
227 if (overrides && super.hasOwnProperty(key)) { in set()
236 if (overrides && super.hasOwnProperty(key)) { in set()
245 if (overrides && super.hasOwnProperty(key)) { in set()
254 if (overrides && super.hasOwnProperty(key)) { in set()
263 if (overrides && super.hasOwnProperty(key)) { in set()
272 if (overrides && super.hasOwnProperty(key)) { in set()
281 if (overrides && super.hasOwnProperty(key)) { in set()
290 if (overrides && super.hasOwnProperty(key)) { in set()
299 if (overrides && super.hasOwnProperty(key)) { in has()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/objects/
H A DNativeJSAdapter.java218 if (overrides && super.hasOwnProperty(key)) { in set()
227 if (overrides && super.hasOwnProperty(key)) { in set()
236 if (overrides && super.hasOwnProperty(key)) { in set()
245 if (overrides && super.hasOwnProperty(key)) { in set()
254 if (overrides && super.hasOwnProperty(key)) { in set()
263 if (overrides && super.hasOwnProperty(key)) { in set()
272 if (overrides && super.hasOwnProperty(key)) { in set()
281 if (overrides && super.hasOwnProperty(key)) { in set()
290 if (overrides && super.hasOwnProperty(key)) { in set()
299 if (overrides && super.hasOwnProperty(key)) { in has()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/text/
H A DTextFormat_as.hx366 if (untyped TextFormat.prototype.hasOwnProperty("bullet")) {
390 if (untyped TextFormat.prototype.hasOwnProperty("indent")) {
408 if (untyped TextFormat.prototype.hasOwnProperty("align")) {
426 if (untyped TextFormat.prototype.hasOwnProperty("bold")) {
438 if (untyped TextFormat.prototype.hasOwnProperty("url")) {
444 if (untyped TextFormat.prototype.hasOwnProperty("color")) {
450 if (untyped TextFormat.prototype.hasOwnProperty("size")) {
456 if (untyped TextFormat.prototype.hasOwnProperty("font")) {
469 if (untyped tfObj.hasOwnProperty("getTextExtent")) {
470 DejaGnu.pass("tfObj.hasOwnProperty('getTextExtent')");
[all …]
/dports/www/p5-JE/JE-0.066/t/
H A D15.02-objects.t214 // 15.2.4.5 Object.prototype.hasOwnProperty
219 is(typeof hasOwnProperty, 'function', 'typeof hasOwnProperty');
220 is(Object.prototype.toString.apply(hasOwnProperty),
225 try{ new hasOwnProperty } catch(e) { $catched = e }
228 ok(hasOwnProperty.length === 1, 'hasOwnProperty.length')
229 ok(! hasOwnProperty.propertyIsEnumerable('length'),
232 is((hasOwnProperty.length++, hasOwnProperty.length), 1,
234 ok(hasOwnProperty() === false, 'hasOwnProperty() w/o args (false)')
241 ok({}.hasOwnProperty('toString') === false,
243 ok({}.hasOwnProperty('oenuteth') === false,
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJSAdapter.java223 if (overrides && super.hasOwnProperty(key)) { in set()
232 if (overrides && super.hasOwnProperty(key)) { in set()
241 if (overrides && super.hasOwnProperty(key)) { in set()
250 if (overrides && super.hasOwnProperty(key)) { in set()
259 if (overrides && super.hasOwnProperty(key)) { in set()
268 if (overrides && super.hasOwnProperty(key)) { in set()
277 if (overrides && super.hasOwnProperty(key)) { in set()
286 if (overrides && super.hasOwnProperty(key)) { in set()
295 if (overrides && super.hasOwnProperty(key)) { in set()
304 if (overrides && super.hasOwnProperty(key)) { in has()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJSAdapter.java223 if (overrides && super.hasOwnProperty(key)) { in set()
232 if (overrides && super.hasOwnProperty(key)) { in set()
241 if (overrides && super.hasOwnProperty(key)) { in set()
250 if (overrides && super.hasOwnProperty(key)) { in set()
259 if (overrides && super.hasOwnProperty(key)) { in set()
268 if (overrides && super.hasOwnProperty(key)) { in set()
277 if (overrides && super.hasOwnProperty(key)) { in set()
286 if (overrides && super.hasOwnProperty(key)) { in set()
295 if (overrides && super.hasOwnProperty(key)) { in set()
304 if (overrides && super.hasOwnProperty(key)) { in has()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJSAdapter.java223 if (overrides && super.hasOwnProperty(key)) { in set()
232 if (overrides && super.hasOwnProperty(key)) { in set()
241 if (overrides && super.hasOwnProperty(key)) { in set()
250 if (overrides && super.hasOwnProperty(key)) { in set()
259 if (overrides && super.hasOwnProperty(key)) { in set()
268 if (overrides && super.hasOwnProperty(key)) { in set()
277 if (overrides && super.hasOwnProperty(key)) { in set()
286 if (overrides && super.hasOwnProperty(key)) { in set()
295 if (overrides && super.hasOwnProperty(key)) { in set()
304 if (overrides && super.hasOwnProperty(key)) { in has()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DNativeJSAdapter.java223 if (overrides && super.hasOwnProperty(key)) { in set()
232 if (overrides && super.hasOwnProperty(key)) { in set()
241 if (overrides && super.hasOwnProperty(key)) { in set()
250 if (overrides && super.hasOwnProperty(key)) { in set()
259 if (overrides && super.hasOwnProperty(key)) { in set()
268 if (overrides && super.hasOwnProperty(key)) { in set()
277 if (overrides && super.hasOwnProperty(key)) { in set()
286 if (overrides && super.hasOwnProperty(key)) { in set()
295 if (overrides && super.hasOwnProperty(key)) { in set()
304 if (overrides && super.hasOwnProperty(key)) { in has()
[all …]

12345678910>>...114