HomeSort by relevance Sort by last modified time
    Searched refs:undefined (Results 476 - 500 of 3095) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/
array-functions-prototype.js 72 // non-arrays. Therefore, array[0] is undefined in Spidermonkey and
105 // Again Spidermonkey is inconsistent. array[2] is undefined
132 // Again Spidermonkey is inconsistent. array[0] is undefined
154 // undefined instead of 'one'.
strict-mode-implicit-receiver.js 97 // Check calls to eval within a function with 'undefined' as receiver.
166 outer_eval_conversion3(strict_return_this, 'undefined');
168 outer_eval_conversion3(strict_eval, 'undefined');
171 outer_eval_conversion3(eval, 'undefined');
json.js 134 return (key == name) ? undefined : value;
144 assertEquals([1, undefined, 3], JSON.parse("[1, 2, 3]", GetFilter(1)));
145 assertEquals([1, 2, undefined], JSON.parse("[1, 2, 3]", GetFilter(2)));
296 assertEquals(undefined, JSON.stringify(undefined));
297 assertEquals(undefined, JSON.stringify(function () { }));
298 // Arrays with missing, undefined or function elements have those elements
301 JSON.stringify([undefined,,function(){}]));
303 // Objects with undefined or function properties (including replaced properties)
306 JSON.stringify({a: undefined, b: function(){}, c: 42, d: 42}
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-for.js 69 default: return undefined;
106 return k == "0" || k == "a" ? {} : undefined
114 return k == "null" || k == "a" ? {} : undefined
126 default: return undefined;
proxies-function.js 34 if (handler.fix === undefined) handler.fix = function() { return {} }
44 get : function(r, n) { return n == "length" ? 2 : undefined }
57 // assertSame(isStrict ? undefined : global_object, receiver)
71 // assertSame(isStrict ? undefined : global_object, receiver)
88 assertEquals(42, f.call(undefined, 33, 9))
89 assertSame(isStrict ? undefined : global_object, receiver)
195 assertSame(isStrict ? undefined : global_object, receiver)
331 return undefined;
370 assertEquals(undefined, receiver)
376 assertEquals(undefined, receiver
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode11.js 46 if (typeof(this.doc) != 'undefined') {
52 if (typeof(this.dupDoc) != 'undefined') {
118 if (typeof(this.doc) != 'undefined') {
146 if (typeof(this.dupDoc) != 'undefined') {
  /external/webkit/LayoutTests/fast/dom/HTMLFormElement/script-tests/
elements-not-in-document.js 34 shouldBe("f.elements.first", "undefined");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
shell.js 184 * b) Represent |undefined| and |null| by empty strings
186 * d) Do not add delimiter at the end UNLESS the last element is |undefined|
206 case (elt === undefined || elt === null) :
213 if ((i < len-1) || (elt === undefined))
  /external/clang/test/SemaCXX/
warn-unused-variables.cpp 49 expected-error{{implicit instantiation of undefined template 'PR6948::X<char>'}}
  /external/compiler-rt/make/
lib_platforms.mk 28 $$(call Set,$$(var),UNDEFINED))
31 $$(call Set,$$(var).$$(config),UNDEFINED)))
34 $$(call Set,$$(var).$$(arch),UNDEFINED)))
40 # Check for undefined required variables.
42 $$(if $$(call strneq,UNDEFINED,$$($$(var))),, \
43 $$(error $(Dir): variable '$$(var)' was not undefined)))
46 $$(if $$(and $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
47 $$(call strneq,UNDEFINED,$$(Arch))),\
49 $$(if $$(or $$(call strneq,UNDEFINED,$$(UniversalArchs)),\
50 $$(call strneq,UNDEFINED,$$(Arch))),,
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1412.js 36 assertEquals(void 0, strict.apply(undefined, arguments));
55 test_builtin(undefined);
regress-2056.js 32 [undefined, 0.0, NaN, NaN],
33 [0.0, undefined, NaN, NaN],
regress-279.js 44 assertEquals('undefined', typeof(b.foo.bar), "Object in object");
53 assertEquals('undefined', typeof(b[0].bar), "Object in array");
  /external/v8/test/mjsunit/third_party/
array-splice-webkit.js 43 assertArrayEquals(['a','b','c','d'], arr.splice(undefined))
56 assertArrayEquals([], arr.splice(2, undefined))
  /external/webkit/LayoutTests/dom/html/level1/core/
documentgetdoctypenodtd.js 47 if (typeof(this.doc) != 'undefined') {
95 if (typeof(this.doc) != 'undefined') {
hc_attrgetvalue1.js 46 if (typeof(this.doc) != 'undefined') {
97 if (typeof(this.doc) != 'undefined') {
hc_attrhaschildnodes.js 46 if (typeof(this.doc) != 'undefined') {
95 if (typeof(this.doc) != 'undefined') {
hc_characterdatagetdata.js 46 if (typeof(this.doc) != 'undefined') {
105 if (typeof(this.doc) != 'undefined') {
hc_documentgetelementsbytagnamelength.js 46 if (typeof(this.doc) != 'undefined') {
96 if (typeof(this.doc) != 'undefined') {
hc_documentgetimplementation.js 46 if (typeof(this.doc) != 'undefined') {
97 if (typeof(this.doc) != 'undefined') {
hc_documentgetrootnode.js 46 if (typeof(this.doc) != 'undefined') {
93 if (typeof(this.doc) != 'undefined') {
hc_elementgetattributenode.js 46 if (typeof(this.doc) != 'undefined') {
96 if (typeof(this.doc) != 'undefined') {
hc_elementgetelementsbytagname.js 46 if (typeof(this.doc) != 'undefined') {
98 if (typeof(this.doc) != 'undefined') {
hc_elementgetelementsbytagnamenomatch.js 46 if (typeof(this.doc) != 'undefined') {
96 if (typeof(this.doc) != 'undefined') {
hc_elementgettagname.js 46 if (typeof(this.doc) != 'undefined') {
93 if (typeof(this.doc) != 'undefined') {

Completed in 496 milliseconds

<<11121314151617181920>>