HomeSort by relevance Sort by last modified time
    Searched refs:extensible (Results 1 - 23 of 23) sorted by null

  /external/v8/test/mjsunit/es6/
proxies-is-extensible.js 52 // Trap returns trueish and target is extensible.
55 // Trap returns trueish but target is not extensible.
66 // Trap returns falsish but target is extensible.
69 // Trap returns falsish and target is not extensible.
proxies-prevent-extensions.js 52 // Trap returns trueish and target is extensible.
55 // Trap returns trueish but target is not extensible.
79 // Trap returns trueish but target is extensible.
82 // Trap returns trueish and target is not extensible.
proxies-set-prototype-of.js 81 // If the final target is extensible we can set any prototype.
100 // If the target is extensible we do not check the invariant.
106 // Changing the prototype of a non-extensible target will trigger the
113 // Setting the prototype of a non-extensible target is fine if the prototype
reflect-prevent-extensions.js 35 // Extensible defaults to true.
74 assertTrue(/object is not extensible/.test(e));
97 // Test the the extensible flag is not inherited.
142 // Non-extensible objects should share maps where possible
154 // Non-extensible objects should share maps even when they have elements
array-copywithin.js 186 // check that [[Delete]] is strict (non-extensible via freeze)
191 // check that [[Delete]] is strict (non-extensible via seal)
196 // check that [[Delete]] is strict (non-extensible via preventExtensions)
204 // check that [[Set]] is strict (non-extensible via freeze)
209 // check that [[Set]] is strict (non-extensible via seal)
214 // check that [[Set]] is strict (non-extensible via preventExtensions)
proxies-ownkeys.js 82 // Step 19a: The trap result must all keys of a non-extensible target.
88 // Step 20: The trap result must not add keys to a non-extensible target.
proxies-has.js 49 // non-extensible targets.
proxies-get-own-property-descriptor.js 86 // own property of the target object and the target object is not extensible."
95 // extensible."
proxies-integrity.js 104 // Extensible.
115 // Not extensible but not sealed.
163 // Extensible.
174 // Not extensible but not frozen.
proxies-define-property.js 58 // Step 15a: Trap returns true for adding a property to a non-extensible target.
  /external/v8/test/mjsunit/
object-prevent-extensions.js 34 // Extensible defaults to true.
73 assertTrue(/object is not extensible/.test(e));
96 // Test the the extensible flag is not inherited.
140 // Non-extensible objects should share maps where possible
152 // Non-extensible objects should share maps even when they have elements
messages.js 118 }, "Cannot define property:x, object is not extensible.", TypeError);
245 }, "Can't add property a, object is not extensible", TypeError);
object-freeze.js 61 // Make sure we are no longer extensible.
148 // to false on all properties manually and the extensible flag has also been set
object-seal.js 61 // Make sure we are no longer extensible.
158 // has been set to false on all properties manually and the extensible
  /external/v8/src/js/
prologue.js 143 // and the prototype object is made non-extensible. The latter prevents
  /external/v8/test/webkit/
preventExtensions.js 87 shouldBe('test(obj())', '"(b:4)(c:3)E"'); // extensible, can delete a, can modify b, and can add c
  /external/pcre/dist/
pcregexp.pas 263 such as way as to be extensible. Always add new fields at the end, in order to
  /external/v8/src/
objects.cc 6412 bool extensible = JSObject::IsExtensible(object); local
7493 Maybe<bool> extensible = JSReceiver::IsExtensible(object); local
    [all...]
objects.h     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 245 milliseconds