Home
last modified time | relevance | path

Searched defs:newTag (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp391 uint8_t newTag = JSTaggedValue::ToUint8(thread, newValue); in HandleWithUint8() local
414 int8_t newTag = JSTaggedValue::ToInt8(thread, newValue); in HandleWithInt8() local
437 uint16_t newTag = JSTaggedValue::ToUint16(thread, newValue); in HandleWithUint16() local
460 int16_t newTag = JSTaggedValue::ToInt16(thread, newValue); in HandleWithInt16() local
483 uint32_t newTag = JSTaggedValue::ToUint32(thread, newValue); in HandleWithUint32() local
506 int32_t newTag = JSTaggedValue::ToInt32(thread, newValue); in HandleWithInt32() local