Home
last modified time | relevance | path

Searched refs:sloppy (Results 1 – 15 of 15) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-539875.js6 var sloppy = arguments;
8 sloppy[sym] = 123;
9 Object.seal(sloppy);
10 assertTrue(Object.isSealed(sloppy));
11 var desc = Object.getOwnPropertyDescriptor(sloppy, sym);
19 var sloppy = arguments;
21 sloppy[sym] = 123;
22 Object.freeze(sloppy);
23 assertTrue(Object.isFrozen(sloppy));
24 var desc = Object.getOwnPropertyDescriptor(sloppy, sym);
Dregress-1973.js46 primitive.sloppy = primitive.sloppy;
/external/v8/test/mjsunit/es6/
Darrow-rest-params-lazy-parsing.js51 sloppy: sloppyTest property
98 assertEquals(2, O.sloppy.length);
107 O.sloppy();
108 O.sloppy(2, 1);
109 O.sloppy(6, 5, 4, 3, 2, 1);
110 O.sloppy(3, 2, 1);
119 O.sloppy.apply(O, []);
120 O.sloppy.apply(O, [2, 1]);
121 O.sloppy.apply(O, [6, 5, 4, 3, 2, 1]);
122 O.sloppy.apply(O, [3, 2, 1]);
[all …]
Darrow-rest-params.js49 sloppy: sloppyTest property
96 assertEquals(2, O.sloppy.length);
105 O.sloppy();
106 O.sloppy(2, 1);
107 O.sloppy(6, 5, 4, 3, 2, 1);
108 O.sloppy(3, 2, 1);
117 O.sloppy.apply(O, []);
118 O.sloppy.apply(O, [2, 1]);
119 O.sloppy.apply(O, [6, 5, 4, 3, 2, 1]);
120 O.sloppy.apply(O, [3, 2, 1]);
[all …]
Drest-params.js49 sloppy: sloppyTest property
96 assertEquals(2, O.sloppy.length);
105 O.sloppy();
106 O.sloppy(1, 2);
107 O.sloppy(1, 2, 3, 4, 5, 6);
108 O.sloppy(1, 2, 3);
117 O.sloppy.apply(O, []);
118 O.sloppy.apply(O, [1, 2]);
119 O.sloppy.apply(O, [1, 2, 3, 4, 5, 6]);
120 O.sloppy.apply(O, [1, 2, 3]);
[all …]
/external/v8/test/mjsunit/compiler/
Dreceiver-conversion.js31 return sloppy();
33 global.sloppy = inner;
68 return (0).sloppy();
70 Number.prototype.sloppy = inner; method in Number
105 return ("s").sloppy();
107 String.prototype.sloppy = inner; method in String
/external/v8/test/mjsunit/
Dfunction-arguments-null.js31 function sloppy() {} function
33 assertTrue(sloppy.arguments === null);
/external/libunwind/doc/
Dcommon.tex.in3 \sloppy
/external/curl/tests/data/
Dtest121332 # the thing here is that this sloppy form is accepted and we convert it
Dtest121432 # the thing here is that this sloppy form is accepted and we convert it
/external/valgrind/VEX/
DTODO.txt41 Get rid of sloppy-malloc
/external/pdfium/third_party/
DBUILD.gn129 # cmslut.cc is sloppy with aggregate initialization. Version 2.7 of this
/external/v8/
DChangeLog236 Ship ES2015 sloppy-mode const semantics (issue 3305).
341 Fix sloppy block-scoped function hoisting with nested zones (Chromium
489 Ship ES2015 sloppy-mode function hoisting, let, class (issues 3305,
745 [ES6] Stage sloppy function block scoping (issue 3305).
2964 Stage ES2015-style const in sloppy mode (issue 3739).
3726 Extend Annex B 3.3 sloppy-mode block-scoped hoisting to scripts, eval
6549 Make `let` usable as an identifier in ES6 sloppy mode (issue 2198).
8796 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
/external/libevent/
DChangeLog764 o Increase the tolerance in our unit tests for sloppy clocks. (170ffd2)
/external/curl/
DCHANGES.010231 - David Hull made the file: URL parser also accept the somewhat sloppy file
13105 was a bit sloppy with adding newlines or not to the error messages. Let's