Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c82 ecma_builtin_id_t prototype_id = ECMA_BUILTIN_ID__COUNT; in ecma_new_standard_error() local
88 prototype_id = ECMA_BUILTIN_ID_EVAL_ERROR_PROTOTYPE; in ecma_new_standard_error()
94 prototype_id = ECMA_BUILTIN_ID_RANGE_ERROR_PROTOTYPE; in ecma_new_standard_error()
100 prototype_id = ECMA_BUILTIN_ID_REFERENCE_ERROR_PROTOTYPE; in ecma_new_standard_error()
106 prototype_id = ECMA_BUILTIN_ID_TYPE_ERROR_PROTOTYPE; in ecma_new_standard_error()
112 prototype_id = ECMA_BUILTIN_ID_URI_ERROR_PROTOTYPE; in ecma_new_standard_error()
118 prototype_id = ECMA_BUILTIN_ID_SYNTAX_ERROR_PROTOTYPE; in ecma_new_standard_error()
126 prototype_id = ECMA_BUILTIN_ID_ERROR_PROTOTYPE; in ecma_new_standard_error()
132 ecma_builtin_id_t prototype_id = ECMA_BUILTIN_ID_ERROR_PROTOTYPE; in ecma_new_standard_error()
135 ecma_object_t *prototype_obj_p = ecma_builtin_get (prototype_id); in ecma_new_standard_error()
/third_party/jerryscript/jerry-core/api/
Djerry.c4097 ecma_builtin_id_t prototype_id; /**< prototype ID */ member
4135 … ecma_builtin_id_t *prototype_id, /**< [out] found prototype object id */ in jerry_typedarray_find_by_type() argument
4139 JERRY_ASSERT (prototype_id != NULL); in jerry_typedarray_find_by_type()
4147 *prototype_id = jerry_typedarray_mappings[i].prototype_id; in jerry_typedarray_find_by_type()
4176 ecma_builtin_id_t prototype_id = 0; in jerry_create_typedarray() local
4180 if (!jerry_typedarray_find_by_type (type_name, &prototype_id, &id, &element_size_shift)) in jerry_create_typedarray()
4185 ecma_object_t *prototype_obj_p = ecma_builtin_get (prototype_id); in jerry_create_typedarray()
4226 ecma_builtin_id_t prototype_id = 0; in jerry_create_typedarray_for_arraybuffer_sz() local
4230 if (!jerry_typedarray_find_by_type (type_name, &prototype_id, &id, &element_size_shift)) in jerry_create_typedarray_for_arraybuffer_sz()
4240 ecma_object_t *prototype_obj_p = ecma_builtin_get (prototype_id); in jerry_create_typedarray_for_arraybuffer_sz()