Home | History | Annotate | Download | only in src

Lines Matching refs:FUNCTION_CALL

18 // Calls the FUNCTION_CALL function and retries it up to three times
31 #define CALL_HEAP_FUNCTION(ISOLATE, FUNCTION_CALL, TYPE) \
33 AllocationResult __allocation__ = FUNCTION_CALL; \
40 __allocation__ = FUNCTION_CALL; \
47 __allocation__ = FUNCTION_CALL; \