Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_buffer.cpp620 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 2); // 2 means the third arg in WriteUIntBE() local
648 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 2); // 2 means the third arg in WriteUIntLE() local
675 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 1); // 1 means the second arg in ReadUIntBE() local
702 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 1); // 1 means the second arg in ReadUIntLE() local
731 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 2); // 2 means the third arg in WriteIntBE() local
759 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 2); // 2 means the third arg in WriteIntLE() local
786 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 1); // 1 means the second arg in ReadIntBE() local
813 JSHandle<JSTaggedValue> byteLengthHandle = GetCallArg(argv, 1); // 1 means the second arg in ReadIntLE() local