Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c51 const ecma_error_mapping_t ecma_error_mappings[] = variable
182 for (uint8_t idx = 0; idx < sizeof (ecma_error_mappings) / sizeof (ecma_error_mappings[0]); idx++) in ecma_get_error_type()
184 if (ecma_error_mappings[idx].error_prototype_id == builtin_id) in ecma_get_error_type()
186 return ecma_error_mappings[idx].error_type; in ecma_get_error_type()