Home
last modified time | relevance | path

Searched refs:ecma_op_create_arraybuffer_object (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-arraybuffer-object.h31 ecma_op_create_arraybuffer_object (const ecma_value_t *, ecma_length_t);
Decma-arraybuffer-object.c105 ecma_op_create_arraybuffer_object (const ecma_value_t *arguments_list_p, /**< list of arguments that in ecma_op_create_arraybuffer_object() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-arraybuffer.c97 return ecma_op_create_arraybuffer_object (arguments_list_p, arguments_list_len); in ecma_builtin_arraybuffer_dispatch_construct()