Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.h288 uint64_t SetIsSendable(uint64_t extraLiteralInfo, bool isSendable) in SetIsSendable() argument
290 return IsSharedBit::Update(extraLiteralInfo, isSendable); in SetIsSendable()
420 void SetIsSendable(bool isSendable) in SetIsSendable() argument
423 uint64_t newValue = SetIsSendable(extraLiteralInfo, isSendable); in SetIsSendable()

Completed in 2 milliseconds