Home
last modified time | relevance | path

Searched refs:should_throw (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dv8natives.js664 function Delete(obj, p, should_throw) { argument
670 } else if (should_throw) {
679 function DefineProxyProperty(obj, p, attributes, should_throw) { argument
683 if (should_throw) {
695 function DefineObjectProperty(obj, p, desc, should_throw) { argument
706 if (should_throw) {
736 if (should_throw) {
746 if (should_throw) {
755 if (should_throw) {
763 if (should_throw) {
[all …]
/external/chromium/base/allocator/
Dallocator_unittests.cc302 bool should_throw) { in TestOneNewWithoutExceptions() argument
316 EXPECT_FALSE(should_throw) << "allocation should have thrown."; in TestOneNewWithoutExceptions()
318 EXPECT_TRUE(should_throw) << "allocation threw unexpected exception."; in TestOneNewWithoutExceptions()
/external/v8/test/mjsunit/
Dstrict-mode.js386 function testAssignToUndefined(test, should_throw) { argument
390 assertTrue(should_throw, "strict mode");
394 assertFalse(should_throw, "strict mode");