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

/external/v8/test/webkit/
H A DpreventExtensions.js83 shouldBeTrue("(new inextensible).prototypeExists");
84 shouldBeTrue("(new sealed).prototypeExists");
85 shouldBeTrue("(new frozen).prototypeExists");
117 shouldBeTrue('Object.isFrozen(func)')
124 shouldBeTrue('Object.isFrozen(strictFunc)')
131 shouldBeTrue('Object.isFrozen(array)')
138 shouldBeTrue('Object.isFrozen(args)')
151 shouldBeTrue('preventExtensionsFreezeIsFrozen(function foo(){})')
152 shouldBeTrue('preventExtensionsFreezeIsFrozen(function foo(){ "use strict"; })')
153 shouldBeTrue('preventExtensionsFreezeIsFroze
116 shouldBeTrue('Object.isFrozen(func)') class
[all...]
/external/v8/test/webkit/resources/
H A Dstandalone-pre.js123 function shouldBeTrue(_a) { shouldBe(_a, "true"); } function
194 shouldBeTrue("successfullyParsed");

Completed in 432 milliseconds