Searched refs:GetValueFromBufferForBigInt (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_arraybuffer.h | 96 static JSTaggedValue GetValueFromBufferForBigInt(JSThread *thread, uint8_t *block,
|
D | builtins_arraybuffer.cpp | 353 …return GetValueFromBufferForBigInt<int64_t, NumberSize::BIGINT64>(thread, block, byteIndex, little… in GetValueFromBuffer() 355 …return GetValueFromBufferForBigInt<uint64_t, NumberSize::BIGUINT64>(thread, block, byteIndex, litt… in GetValueFromBuffer() 529 JSTaggedValue BuiltinsArrayBuffer::GetValueFromBufferForBigInt(JSThread *thread, uint8_t *block, in GetValueFromBufferForBigInt() function in panda::ecmascript::builtins::BuiltinsArrayBuffer
|