/external/v8/test/mjsunit/regress/ |
D | regress-539875.js | 6 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);
|
D | regress-1973.js | 46 primitive.sloppy = primitive.sloppy;
|
/external/v8/test/mjsunit/es6/ |
D | arrow-rest-params-lazy-parsing.js | 51 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 …]
|
D | arrow-rest-params.js | 49 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 …]
|
D | rest-params.js | 49 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/ |
D | receiver-conversion.js | 31 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/ |
D | function-arguments-null.js | 31 function sloppy() {} function 33 assertTrue(sloppy.arguments === null);
|
/external/libunwind/doc/ |
D | common.tex.in | 3 \sloppy
|
/external/curl/tests/data/ |
D | test1213 | 32 # the thing here is that this sloppy form is accepted and we convert it
|
D | test1214 | 32 # the thing here is that this sloppy form is accepted and we convert it
|
/external/valgrind/VEX/ |
D | TODO.txt | 41 Get rid of sloppy-malloc
|
/external/pdfium/third_party/ |
D | BUILD.gn | 129 # cmslut.cc is sloppy with aggregate initialization. Version 2.7 of this
|
/external/v8/ |
D | ChangeLog | 236 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/ |
D | ChangeLog | 764 o Increase the tolerance in our unit tests for sloppy clocks. (170ffd2)
|
/external/curl/ |
D | CHANGES.0 | 10231 - 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
|