Home
last modified time | relevance | path

Searched refs:JERRY_BUILTIN_ERRORS (Results 1 - 17 of 17) sorted by relevance

/third_party/jerryscript/jerry-core/
H A Dconfig.h174 #ifndef JERRY_BUILTIN_ERRORS
175 # define JERRY_BUILTIN_ERRORS JERRY_BUILTINS macro
176 #endif /* !defined (JERRY_BUILTIN_ERRORS) */
613 #if !defined (JERRY_BUILTIN_ERRORS) \
614 || ((JERRY_BUILTIN_ERRORS != 0) && (JERRY_BUILTIN_ERRORS != 1))
615 # error "Invalid value for JERRY_BUILTIN_ERRORS macro."
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-evalerror-prototype.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
37 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtin-referenceerror-prototype.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
37 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtin-rangeerror-prototype.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
37 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtin-syntaxerror-prototype.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
37 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtin-typeerror-prototype.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
37 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtin-urierror-prototype.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
37 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtin-evalerror.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
77 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtin-referenceerror.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
77 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtin-rangeerror.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
77 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtin-syntaxerror.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
77 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtin-typeerror.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
77 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtin-urierror.c28 #if ENABLED (JERRY_BUILTIN_ERRORS)
77 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
H A Decma-builtins.inc.h248 #if ENABLED (JERRY_BUILTIN_ERRORS)
332 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-exceptions.c56 #if ENABLED (JERRY_BUILTIN_ERRORS)
63 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */
81 #if ENABLED (JERRY_BUILTIN_ERRORS) in ecma_new_standard_error()
133 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */ in ecma_new_standard_error()
H A Decma-objects.c2810 #if ENABLED (JERRY_BUILTIN_ERRORS) in ecma_object_get_class_name()
2817 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */ in ecma_object_get_class_name()
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.c1488 #if ENABLED (JERRY_BUILTIN_ERRORS) in jerry_debugger_exception_object_to_string()
1519 #endif /* ENABLED (JERRY_BUILTIN_ERRORS) */ in jerry_debugger_exception_object_to_string()

Completed in 10 milliseconds