Searched refs:RETURN_FAILURE (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Modules/_sre/ |
H A D | sre_lib.h | 376 #define RETURN_FAILURE do { ret = 0; goto exit; } while(0) macro 384 do { RETURN_ON_ERROR(i); if (i == 0) RETURN_FAILURE; } while (0) 594 RETURN_FAILURE; in match() 638 RETURN_FAILURE; in match() 649 RETURN_FAILURE; in match() 661 RETURN_FAILURE; in match() 671 RETURN_FAILURE; in match() 681 RETURN_FAILURE; in match() 691 RETURN_FAILURE; in match() 700 RETURN_FAILURE; in match() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A 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()
|
H A 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...] |
H A 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(isolat in DefineOwnProperty() [all...] |
H A D | module.cc | 446 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty()
|
/third_party/skia/src/core/ |
H A 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() macro
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.h | 368 #define RETURN_FAILURE(isolate, should_throw, call) \ macro
|
Completed in 23 milliseconds