Home
last modified time | relevance | path

Searched refs:throwaway (Results 1 - 7 of 7) sorted by relevance

/third_party/unity/test/tests/
H A Dself_assessment_utils.h54 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway)
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc830 // Allocate the throwaway promise and fire the appropriate init in RUNTIME_FUNCTION()
831 // hook for the throwaway promise (passing the {promise} as its in RUNTIME_FUNCTION()
833 Handle<JSPromise> throwaway = isolate->factory()->NewJSPromiseWithoutHook(); in RUNTIME_FUNCTION() local
834 isolate->OnAsyncFunctionSuspended(throwaway, promise); in RUNTIME_FUNCTION()
838 throwaway->set_has_handler(true); in RUNTIME_FUNCTION()
850 // Mark the dependency to {outer_promise} in case the {throwaway} in RUNTIME_FUNCTION()
852 Object::SetProperty(isolate, throwaway, in RUNTIME_FUNCTION()
864 return *throwaway; in RUNTIME_FUNCTION()
/third_party/unity/extras/memory/test/
H A Dunity_memory_Test.c146 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway)
/third_party/cJSON/tests/unity/extras/fixture/test/
H A Dunity_fixture_Test.c352 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway)
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h600 #define RUN_TEST_FIRST(...) RUN_TEST_FIRST_HELPER(__VA_ARGS__, throwaway)
602 #define RUN_TEST_SECOND(...) RUN_TEST_SECOND_HELPER(__VA_ARGS__, __LINE__, throwaway)
/third_party/unity/src/
H A Dunity_internals.h803 #define RUN_TEST(...) RUN_TEST_AT_LINE(__VA_ARGS__, __LINE__, throwaway)
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c3298 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway)

Completed in 16 milliseconds