Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_atomics.cpp390 uint8_t newTag = JSTaggedValue::ToUint8(thread, newValue); in HandleWithUint8() local
393 arg[1] = newTag; in HandleWithUint8()
413 int8_t newTag = JSTaggedValue::ToInt8(thread, newValue); in HandleWithInt8() local
416 arg[1] = newTag; in HandleWithInt8()
436 uint16_t newTag = JSTaggedValue::ToUint16(thread, newValue); in HandleWithUint16() local
439 arg[1] = newTag; in HandleWithUint16()
459 int16_t newTag = JSTaggedValue::ToInt16(thread, newValue); in HandleWithInt16() local
462 arg[1] = newTag; in HandleWithInt16()
482 uint32_t newTag = JSTaggedValue::ToUint32(thread, newValue); in HandleWithUint32() local
485 arg[1] = newTag; in HandleWithUint32()
505 int32_t newTag = JSTaggedValue::ToInt32(thread, newValue); HandleWithInt32() local
[all...]

Completed in 2 milliseconds