Searched refs:RETURN_FAILURE (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Modules/ |
D | sre_lib.h | 404 #define RETURN_FAILURE do { ret = 0; goto exit; } while(0) macro 412 do { RETURN_ON_ERROR(i); if (i == 0) RETURN_FAILURE; } while (0) 578 RETURN_FAILURE; in SRE() 618 RETURN_FAILURE; in SRE() 629 RETURN_FAILURE; in SRE() 641 RETURN_FAILURE; in SRE() 651 RETURN_FAILURE; in SRE() 661 RETURN_FAILURE; in SRE() 671 RETURN_FAILURE; in SRE() 680 RETURN_FAILURE; in SRE() [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | js-array-buffer.cc | 285 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() 289 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() 302 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() 309 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty()
|
D | js-objects.cc | 245 RETURN_FAILURE( in CheckIfCanDefine() 251 RETURN_FAILURE( in CheckIfCanDefine() 1435 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1511 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1520 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1539 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1570 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1578 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1595 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() 1603 RETURN_FAILURE( in ValidateAndApplyPropertyDescriptor() [all …]
|
D | objects.cc | 1582 RETURN_FAILURE(isolate, GetShouldThrow(isolate, maybe_should_throw), in SetPropertyWithAccessor() 2743 RETURN_FAILURE( in CannotCreateProperty() 2771 RETURN_FAILURE(isolate, should_throw, in WriteToReadOnlyProperty() 2779 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in RedefineIncompatibleProperty() 2877 RETURN_FAILURE(it->isolate(), GetShouldThrow(it->isolate(), should_throw), in AddDataProperty() 2895 RETURN_FAILURE(isolate, GetShouldThrow(it->isolate(), should_throw), in AddDataProperty() 2906 RETURN_FAILURE(isolate, GetShouldThrow(it->isolate(), should_throw), in AddDataProperty() 3164 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in SetProperty() 3211 RETURN_FAILURE(isolate, should_throw, in DeletePropertyOrElement() 3318 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() [all …]
|
D | module.cc | 446 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty()
|
/third_party/skia/src/core/ |
D | SkRuntimeEffect.cpp | 215 #define RETURN_FAILURE(...) return Result{nullptr, SkStringPrintf(__VA_ARGS__)} macro 234 RETURN_FAILURE("%s", compiler->errorText().c_str()); in MakeFromSource() 266 RETURN_FAILURE("missing 'main' function"); in MakeInternal() 291 RETURN_FAILURE("unknown identifier 'sk_FragCoord'"); in MakeInternal() 354 RETURN_FAILURE("Invalid uniform type: '%s'", type->displayName().c_str()); in MakeInternal() 378 #undef RETURN_FAILURE in MakeInternal()
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.h | 368 #define RETURN_FAILURE(isolate, should_throw, call) \ macro
|