Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-arraybuffer-object.c197 ecma_arraybuffer_external_info *array_p = (ecma_arraybuffer_external_info *) ext_object_p; in ecma_arraybuffer_get_buffer() local
221 ecma_arraybuffer_external_info *array_p = (ecma_arraybuffer_external_info *) ext_object_p; in ecma_arraybuffer_is_detached() local
244 ecma_arraybuffer_external_info *array_p = (ecma_arraybuffer_external_info *) ext_object_p; in ecma_arraybuffer_is_detachable() local
Decma-array-object.c116 ecma_op_array_is_fast_array (ecma_extended_object_t *array_p) /**< ecma-array-object */ in ecma_op_array_is_fast_array()
1192 ecma_array_get_length (ecma_object_t *array_p) /**< array object */ in ecma_array_get_length()
Decma-regexp-object.c2134 ecma_object_t *const array_p = ecma_get_object_from_value (array); in ecma_regexp_split_helper() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-sort.c28 ecma_builtin_helper_array_to_heap (ecma_value_t *array_p, /**< heap data array */ in ecma_builtin_helper_array_to_heap()
111 ecma_builtin_helper_array_heap_sort_helper (ecma_value_t *array_p, /**< array to sort */ in ecma_builtin_helper_array_heap_sort_helper()
Decma-builtin-json.c550 ecma_object_t *array_p = ecma_get_object_from_value (array_construction); in ecma_builtin_json_parse_value() local
Decma-builtin-string-prototype.c822 ecma_object_t *array_p = ecma_get_object_from_value (result); in ecma_builtin_string_prototype_object_split() local
/third_party/jerryscript/jerry-core/vm/
Dvm-utils.c112 ecma_object_t *array_p = ecma_get_object_from_value (result_array); in vm_get_backtrace() local
Dvm.c2069 ecma_object_t *array_p = ecma_op_new_fast_array_object (0); in vm_loop() local
/third_party/jerryscript/jerry-core/api/
Djerry.c4309 ecma_object_t *array_p = ecma_get_object_from_value (value); in jerry_get_typedarray_type() local
4339 ecma_object_t *array_p = ecma_get_object_from_value (value); in jerry_get_typedarray_length() local
4374 ecma_object_t *array_p = ecma_get_object_from_value (value); in jerry_get_typedarray_buffer() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c1135 … ecma_arraybuffer_external_info *array_p = (ecma_arraybuffer_external_info *) ext_object_p; in ecma_gc_free_object() local