Searched defs:sealed (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/webkit/
H A DpreventExtensions.js71 function sealed(){} function
74 seal(sealed);
77 new sealed;
80 sealed.prototype.prototypeExists = true;
84 shouldBeTrue("(new sealed).prototypeExists");
89 shouldBe('test(seal(obj()))', '"(a:1)(b:4)S"'); // sealed, CANNOT delete a, can modify b, and CANNOT add c
90 shouldBe('test(freeze(obj()))', '"(a:1)(b:2)SF"'); // sealed and frozen, CANNOT delete a, CANNOT modify b, and CANNOT add c
79 sealed.prototype.prototypeExists = true; class
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 136 milliseconds