/external/v8/test/mjsunit/ |
H A D | object-freeze-global.js | 5 Object.freeze(this);
|
/external/v8/test/mjsunit/regress/ |
H A D | regress-1103.js | 29 // freeze the global proxy. 32 obj = Object.freeze(obj);
|
H A D | regress-freeze-setter.js | 6 Object.freeze(this);
|
H A D | regress-1120.js | 32 Object.freeze(obj);
|
H A D | regress-450895.js | 8 Object.freeze(v);
|
H A D | regress-349870.js | 6 Object.freeze(r);
|
H A D | regress-1447.js | 28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); }); 33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
|
H A D | regress-2419.js | 29 Object.freeze(a); 34 Object.freeze(b);
|
H A D | regress-299979.js | 31 var list = Object.freeze([1, 2, 3]);
|
H A D | regress-crbug-390925.js | 9 Object.freeze(a);
|
H A D | regress-crbug-454091.js | 6 Object.freeze(this);
|
H A D | regress-489151.js | 6 Object.freeze(this);
|
H A D | regress-851.js | 30 Object.freeze({});
|
H A D | regress-842.js | 29 // changed (a property is added) after which freeze and seal would fail 39 obj = Object.freeze(obj);
|
/external/v8/test/webkit/ |
H A D | enter-dictionary-indexing-mode-with-blank-indexing-type.js | 29 Object.freeze(Array.prototype);
|
/external/v8/test/mjsunit/compiler/ |
H A D | regress-447567.js | 6 Object.freeze(new Int8Array(1))
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
H A D | test-dfa.rb | 9 EOT = [1, 2].freeze 10 EOF = [3, 4].freeze 11 MAX = [5, 6].freeze 12 MIN = [7, 8].freeze 13 ACCEPT = [9, 10, 11].freeze 14 SPECIAL = [12].freeze 16 [13, 14, 15, 16].freeze, 17 [].freeze 18 ].freeze
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/ |
H A D | freeze.pass.cpp | 14 // void freeze(bool freezefl = true); 23 sb.freeze(true); 25 sb.freeze(false);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
H A D | version.rb | 13 ANTLR_VERSION = [ ANTLR_MAJOR_VERSION, ANTLR_MINOR_VERSION, ANTLR_PATCH_VERSION ].freeze 16 ANTLR_VERSION_STRING.freeze 25 VERSION_STRING = VERSION.join( '.' ).freeze
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/ |
H A D | freeze.pass.cpp | 14 // void freeze(bool freezefl = true); 23 out.freeze(); 28 out.freeze(false); 32 out.freeze(false);
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/ |
H A D | freeze.pass.cpp | 14 // void freeze(bool freezefl = true); 23 out.freeze(); 28 out.freeze(false); 32 out.freeze(false);
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
H A D | Freezable.java | 146 * public final A freeze() {return this;} 153 * themselves be immutable. (Note: <code>freeze</code> is returning 174 * public A freeze() { 199 * flagging field. It must override <code>freeze()</code> and 245 * work in the <code>freeze()</code> function. Just make all of your internal 252 * public A freeze() { 254 * foo.freeze(); 312 public T freeze(); method in interface:Freezable
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
H A D | Freezable.java | 145 * public final A freeze() {return this;} 152 * themselves be immutable. (Note: <code>freeze</code> is returning 173 * public A freeze() { 198 * flagging field. It must override <code>freeze()</code> and 244 * work in the <code>freeze()</code> function. Just make all of your internal 250 * public A freeze() { 252 * foo.freeze(); 313 public T freeze(); method in interface:Freezable
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Freezable.java | 145 * public final A freeze() {return this;} 152 * themselves be immutable. (Note: <code>freeze</code> is returning 173 * public A freeze() { 198 * flagging field. It must override <code>freeze()</code> and 244 * work in the <code>freeze()</code> function. Just make all of your internal 251 * public A freeze() { 253 * foo.freeze(); 314 public T freeze(); method in interface:Freezable
|
/external/messageformat/java/com/ibm/icu/util/ |
H A D | Freezable.java | 145 * public final A freeze() {return this;} 152 * themselves be immutable. (Note: <code>freeze</code> is returning 173 * public A freeze() { 198 * flagging field. It must override <code>freeze()</code> and 244 * work in the <code>freeze()</code> function. Just make all of your internal 250 * public A freeze() { 252 * foo.freeze(); 313 public T freeze(); method in interface:Freezable
|