D | runtime-atomics.cc | 192 Handle<Object> oldobj, Handle<Object> newobj) { in DoCompareExchange() argument 194 T newval = FromObject<T>(newobj); in DoCompareExchange() 267 Handle<Object> newobj) { in DoCompareExchangeUint8Clamped() argument 270 uint8_t newval = ClampToUint8(FromObject<convert_type>(newobj)); in DoCompareExchangeUint8Clamped() 356 CONVERT_NUMBER_ARG_HANDLE_CHECKED(newobj, 3); in RUNTIME_FUNCTION() 366 return DoCompareExchange<ctype>(isolate, source, index, oldobj, newobj); in RUNTIME_FUNCTION() 373 newobj); in RUNTIME_FUNCTION()
|