Searched refs:throwaway (Results 1 - 7 of 7) sorted by relevance
/third_party/unity/test/tests/ |
H A D | self_assessment_utils.h | 54 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway)
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-debug.cc | 830 // 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 D | unity_memory_Test.c | 146 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway)
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
H A D | unity_fixture_Test.c | 352 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway)
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity_internals.h | 600 #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 D | unity_internals.h | 803 #define RUN_TEST(...) RUN_TEST_AT_LINE(__VA_ARGS__, __LINE__, throwaway)
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 3298 #define EXPAND_AND_USE_2ND(a, b) SECOND_PARAM(a, b, throwaway)
|
Completed in 16 milliseconds