Lines Matching refs:length
86 * @brief auto length.
240 * @param cacheDataLength: The length of cachedData array.
263 * @param cacheDataLength: The length of cachedData array.
287 * @param length: The length of the code cache data.
295 size_t* length);
685 * @brief This API returns a JSVM-API value corresponding to a JavaScript Array type. The Array's length property
686 * is set to the passed-in length parameter. However, the underlying buffer is not guaranteed to be pre-allocated
690 * @param length: The initial length of the Array.
697 size_t length,
702 * represent fixed-length binary data buffers. They are normally used as a backing-buffer for TypedArray objects.
703 * The ArrayBuffer allocated will have an underlying byte buffer whose size is determined by the length parameter
709 * @param byteLength: The length in bytes of the array buffer to create.
843 * @param length: The length of the description string in bytes, or JSVM_AUTO_LENGTH if it is null-terminated.
851 size_t length,
857 * same underlying binary scalar datatype.It's required that (length * size_of_element) + byte_offset should
862 * @param length: Number of elements in the TypedArray.
872 size_t length,
885 * @param length: Number of elements in the DataView.
894 size_t length,
989 * @param wordCount: The length of the words array.
1008 * @param length: The length of the string in bytes, or JSVM_AUTO_LENGTH if it is null-terminated.
1016 size_t length,
1025 * @param length: The length of the string in two-byte code units, or JSVM_AUTO_LENGTH
1034 size_t length,
1043 * @param length: The length of the string in bytes, or JSVM_AUTO_LENGTH if it is null-terminated.
1051 size_t length,
1055 * @brief This API returns the length of an array.
1058 * @param value: JSVM_Value representing the JavaScript Array whose length is being queried.
1059 * @param result: uint32 representing length of the array.
1069 * @brief This API is used to retrieve the underlying data buffer of an ArrayBuffer and its length.
1086 * @brief This API returns the length of an array.
1106 * @param length: The number of elements in the TypedArray.
1108 * points to the first element in the TypedArray. If the length of the array is 0, this may be NULL or
1121 size_t* length,
1239 * @param wordCount: Must be initialized to the length of the words array. Upon return, it will be set to
1303 * length of the string in bytes and excluding the null terminator is returned in result.
1323 * @param buf: Buffer to write the UTF8-encoded string into. If NULL is passed in, the length
1345 * the length of the string in 2-byte code units and excluding the null terminator is returned.
1969 * @param length: The length of the utf8name in bytes, or JSVM_AUTO_LENGTH if it
1981 size_t length,
1991 * @param argc: Specifies the length of the provided argv array and receives the
2057 * @param length: The length of the utf8name in bytes, or JSVM_AUTO_LENGTH if it
2074 size_t length,
2461 * @param length: The length of the utf8name in bytes, or JSVM_AUTO_LENGTH if it
2480 size_t length,
2768 * @param optionCount: length of option array.
2888 * @param length: The length of the funcName in bytes, or JSVM_AUTO_LENGTH if it
2903 size_t length,
2956 * @param wasmBytecodeLength: WebAssembly bytecode length in byte.
2958 * @param cacheDataLength: Optional WebAssembly cache length in byte.
2963 * Returns {@link JSVM_INVALID_ARG } if any of env, wasmBytecode is NULL, or data length is invalid.\n
3020 * @param length: Output parameter representing byte length of generated WebAssembly module cache.
3031 size_t* length);