• Home
  • Raw
  • Download

Lines Matching defs:thread

52 #define SET_VALUE_WITH_BARRIER(thread, addr, offset, value)                          \  argument
176 #define RETURN_IF_ABRUPT_COMPLETION(thread) \ argument
184 #define RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, value) \ argument
192 #define RETURN_EXCEPTION_IF_ABRUPT_COMPLETION(thread) \ argument
200 #define RETURN_EXCEPTION_AND_POP_JOINSTACK(thread, value) \ argument
210 #define RETURN_HANDLE_IF_ABRUPT_COMPLETION(type, thread) \ argument
218 #define ASSERT_NO_ABRUPT_COMPLETION(thread) ASSERT(!(thread)->HasPendingException()); argument
285 #define THROW_NEW_ERROR_AND_RETURN(thread, error) \ argument
294 #define THROW_ERROR(thread, type, message) \ argument
306 #define THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, value) \ argument
315 #define THROW_NEW_ERROR_AND_RETURN_HANDLE(thread, errorType, type, message) \ argument
327 #define THROW_NEW_ERROR_WITH_MSG_AND_RETURN_VALUE(thread, errorType, message, value) \ argument
339 #define THROW_TYPE_ERROR_AND_RETURN(thread, message, value) \ argument
343 #define THROW_RANGE_ERROR_AND_RETURN(thread, message, value) \ argument
347 #define THROW_URI_ERROR_AND_RETURN(thread, message, value) \ argument
351 #define THROW_SYNTAX_ERROR_AND_RETURN(thread, message, value) \ argument
355 #define THROW_REFERENCE_ERROR_AND_RETURN(thread, message, value) \ argument
359 #define THROW_TYPE_ERROR(thread, message) \ argument
363 #define THROW_OOM_ERROR(thread, message) \ argument
367 #define RETURN_STACK_BEFORE_THROW_IF_ASM(thread) \ argument
377 #define RETURN_REJECT_PROMISE_IF_ABRUPT(thread, value, capability) \ argument
409 #define RETURN_COMPLETION_IF_ABRUPT(thread, value) \ argument
419 #define RETURN_COMPLETION_VALUE_IF_ABRUPT(thread, value) \ argument
562 #define STACK_ASSERT_SCOPE(thread) [[maybe_unused]] StackAssertScope stackAssertScope = StackAssert… argument
564 #define STACK_ASSERT_SCOPE(thread) static_cast<void>(0) argument
575 #define ARK_SUPPORT_INTL_RETURN(thread, message) \ argument
577 #define ARK_SUPPORT_INTL_RETURN_JSVALUE(thread, message) … argument
581 #define ARK_SUPPORT_INTL_RETURN(thread, message) static_cast<void>(0) argument
582 #define ARK_SUPPORT_INTL_RETURN_JSVALUE(thread, message) static_cast<void>(0) argument