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

  /external/v8/test/mjsunit/
object-seal.js 28 // Tests the Object.seal and Object.isSealed methods - ES 15.2.3.9 and
37 Object.seal(non_objects[key]);
40 assertTrue(/Object.seal called on non-object/.test(e));
71 Object.seal(obj);
95 // Since writable is not affected by seal we should still be able to
114 Object.seal(obj2);
131 // Test seal on arrays.
146 Object.seal(arr);
192 // Make sure that Object.seal returns the sealed object.
194 assertTrue(obj4 === Object.seal(obj4))
    [all...]
strict-mode.js 787 var sealed = Object.seal({});
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1447.js 29 [0].every(function(){ Object.seal(Array.prototype.every); });
34 [0].every(function(){ Object.seal(Array.prototype.every); });
regress-842.js 29 // changed (a property is added) after which freeze and seal would fail
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 73 TestSet(Set, Object.seal)
116 TestMap(Map, Object.seal)
120 TestMap(WeakMap, Object.seal)
proxies.js     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
ObjectConstructor.cpp 69 seal objectConstructorSeal DontEnum|Function 1
357 return throwVMError(exec, createTypeError(exec, "Object.seal can only be called on Objects."));
358 asObject(obj)->seal(exec->globalData());
JSObject.cpp 509 void JSObject::seal(JSGlobalData& globalData) function in class:JSC::JSObject
JSObject.h 212 void seal(JSGlobalData&);
    [all...]
  /external/v8/src/
v8natives.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 

Completed in 2103 milliseconds