Searched refs:freeze (Results 1 - 25 of 160) sorted by relevance

1234567

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1103.js29 // freeze the global proxy.
32 obj = Object.freeze(obj);
H A Dregress-freeze-setter.js6 Object.freeze(this);
H A Dregress-1120.js32 Object.freeze(obj);
H A Dregress-crbug-390925.js8 Object.freeze(a);
H A Dregress-349870.js6 Object.freeze(r);
H A Dregress-1447.js28 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
33 [0].forEach(function(){ Object.freeze(Array.prototype.forEach); });
H A Dregress-2419.js29 Object.freeze(a);
34 Object.freeze(b);
H A Dregress-299979.js31 var list = Object.freeze([1, 2, 3]);
H A Dregress-851.js30 Object.freeze({});
H A Dregress-842.js29 // changed (a property is added) after which freeze and seal would fail
39 obj = Object.freeze(obj);
H A Dregress-update-field-type-attributes.js8 return Object.freeze(container);
H A Dregress-2565.js28 Object.freeze(Object.prototype);
H A Dregress-2711.js29 var a = Object.freeze([1]);
H A Dregress-1233.js28 // Test that Object.freeze and Object.getOwnPropertyDescriptor do not
43 Object.freeze(x);
H A Dregress-builtinbust-5.js9 Object.freeze(a);
H A Dregress-reset-dictionary-elements.js13 Object.freeze(o);
H A Dregress-88858.js60 Object.freeze(p);
61 new new freeze().p;
/external/chromium_org/v8/test/webkit/
H A Denter-dictionary-indexing-mode-with-blank-indexing-type.js29 Object.freeze(Array.prototype);
H A DpreventExtensions.js25 "This test checks whether various seal/freeze/preventExtentions work on a regular object."
58 function freeze(obj) function
60 Object.freeze(obj);
75 freeze(frozen);
90 shouldBe('test(freeze(obj()))', '"(a:1)(b:2)SF"'); // sealed and frozen, CANNOT delete a, CANNOT modify b, and CANNOT add c
110 Object.freeze(Constructor.prototype);
116 var func = freeze(function foo(){});
123 var strictFunc = freeze(function foo(){ "use strict"; });
130 var array = freeze([0,1,2]);
137 var args = freeze((functio
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-dfa.rb9 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/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
H A Dfreeze.pass.cpp14 // void freeze(bool freezefl = true);
23 sb.freeze(true);
25 sb.freeze(false);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dversion.rb13 ANTLR_VERSION = [ ANTLR_MAJOR_VERSION, ANTLR_MINOR_VERSION, ANTLR_PATCH_VERSION ].freeze
16 ANTLR_VERSION_STRING.freeze
25 VERSION_STRING = VERSION.join( '.' ).freeze
/external/chromium_org/ui/file_manager/file_manager/common/js/
H A Dvolume_manager_common.js18 VolumeManagerCommon.RootType = Object.freeze({
59 VolumeManagerCommon.VolumeError = Object.freeze({
93 VolumeManagerCommon.DriveConnectionType = Object.freeze({
108 VolumeManagerCommon.DriveConnectionReason = Object.freeze({
119 VolumeManagerCommon.VolumeType = Object.freeze({
/external/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
H A Dfreeze.pass.cpp14 // void freeze(bool freezefl = true);
23 out.freeze();
28 out.freeze(false);
/external/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
H A Dfreeze.pass.cpp14 // void freeze(bool freezefl = true);
23 out.freeze();
28 out.freeze(false);

Completed in 1155 milliseconds

1234567