Searched refs:reaction (Results 1 - 8 of 8) sorted by relevance
/third_party/node/lib/internal/policy/ |
H A D | manifest.js | 363 #reaction; 422 let reaction = REACTION_THROW; 427 reaction = REACTION_EXIT; 429 reaction = REACTION_LOG; 435 this.#reaction = reaction; 497 * @returns {{resolve: any, reaction: (err: any) => void}} 524 reaction: this.#reaction, 558 this.#reaction(onreac [all...] |
/third_party/node/lib/internal/modules/ |
H A D | helpers.js | 140 const { resolve, reaction } = redirects; 166 reaction(new ERR_MANIFEST_DEPENDENCY_MISSING(
|
/third_party/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 285 // manner specified by 'reaction'. 286 void ReportUninterestingCall(CallReaction reaction, const std::string& msg) { 290 switch (reaction) { 550 // Maps a mock object to the reaction Google Mock should have when an 558 // Sets the reaction Google Mock should have when an uninteresting 561 internal::CallReaction reaction) 564 UninterestingCallReactionMap()[mock_obj] = reaction; in GTEST_LOCK_EXCLUDED_() 591 // entry in the call-reaction table should be removed. 598 // Returns the reaction Google Mock will have on uninteresting calls
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 936 Handle<PromiseReaction> reaction( in CaptureAsyncStackTrace() 938 if (!reaction->next().IsSmi()) return; in CaptureAsyncStackTrace() 940 // Check if the {reaction} has one of the known async function or in CaptureAsyncStackTrace() 942 if (IsBuiltinFunction(isolate, reaction->fulfill_handler(), in CaptureAsyncStackTrace() 944 IsBuiltinFunction(isolate, reaction->fulfill_handler(), in CaptureAsyncStackTrace() 946 IsBuiltinFunction(isolate, reaction->fulfill_handler(), in CaptureAsyncStackTrace() 951 JSFunction::cast(reaction->fulfill_handler()).context(), isolate); in CaptureAsyncStackTrace() 974 } else if (IsBuiltinFunction(isolate, reaction->fulfill_handler(), in CaptureAsyncStackTrace() 976 Handle<JSFunction> function(JSFunction::cast(reaction->fulfill_handler()), in CaptureAsyncStackTrace() 993 isolate, reaction in CaptureAsyncStackTrace() 2666 Handle<PromiseReaction> reaction = Handle<PromiseReaction>::cast(current); ThrowInternal() local [all...] |
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 423 // its entry in the call-reaction table should be removed. 427 // Returns the reaction Google Mock will have on uninteresting calls 1385 // manner specified by 'reaction'. 1386 GTEST_API_ void ReportUninterestingCall(CallReaction reaction, 1759 // We must get Google Mock's reaction on uninteresting calls 1763 const CallReaction reaction = 1772 reaction == kAllow ? LogIsVisible(kInfo) : 1775 reaction == kWarn 1798 [&] { ReportUninterestingCall(reaction, ss.str()); });
|
/third_party/node/lib/internal/modules/esm/ |
H A D | resolve.js | 1107 const { resolve, reaction } = redirects; 1120 reaction(new ERR_MANIFEST_DEPENDENCY_MISSING(
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 2487 AssertionReaction& reaction ) = 0; 2492 AssertionReaction& reaction ) = 0; 2495 AssertionReaction& reaction ) = 0; 2499 AssertionReaction& reaction ) = 0; 2505 AssertionReaction &reaction ) = 0; 8086 AssertionReaction& reaction ) override; 8091 AssertionReaction& reaction ) override; 8094 AssertionReaction& reaction ) override; 8098 AssertionReaction& reaction ) override; 8104 AssertionReaction &reaction ) overrid [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 5602 Handle<PromiseReaction> reaction = Handle<PromiseReaction>::cast(task); in TriggerPromiseReactions() local 5603 reactions = handle(reaction->next(), isolate); in TriggerPromiseReactions() 5613 primary_handler = handle(reaction->fulfill_handler(), isolate); in TriggerPromiseReactions() 5614 secondary_handler = handle(reaction->reject_handler(), isolate); in TriggerPromiseReactions() 5616 primary_handler = handle(reaction->reject_handler(), isolate); in TriggerPromiseReactions() 5617 secondary_handler = handle(reaction->fulfill_handler(), isolate); in TriggerPromiseReactions()
|
Completed in 29 milliseconds