Home
last modified time | relevance | path

Searched refs:GetValueFromBufferForBigInt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.h96 static JSTaggedValue GetValueFromBufferForBigInt(JSThread *thread, uint8_t *block,
Dbuiltins_arraybuffer.cpp353 …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