Home
last modified time | relevance | path

Searched refs:JERRY_BUILTIN_ARRAY (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/
H A Dconfig.h166 #ifndef JERRY_BUILTIN_ARRAY
167 # define JERRY_BUILTIN_ARRAY JERRY_BUILTINS macro
168 #endif /* !defined (JERRY_BUILTIN_ARRAY) */
601 #if !defined (JERRY_BUILTIN_ARRAY) \
602 || ((JERRY_BUILTIN_ARRAY != 0) && (JERRY_BUILTIN_ARRAY != 1))
603 # error "Invalid value for JERRY_BUILTIN_ARRAY macro."
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtins.inc.h33 #if ENABLED (JERRY_BUILTIN_ARRAY)
47 #endif /* ENABLED (JERRY_BUILTIN_ARRAY) */
H A Decma-builtin-array.c31 #if ENABLED (JERRY_BUILTIN_ARRAY)
535 #endif /* ENABLED (JERRY_BUILTIN_ARRAY) */
H A Decma-builtins.c436 #if ENABLED (JERRY_BUILTIN_ARRAY) in ecma_instantiate_builtin()
446 #endif /* ENABLED (JERRY_BUILTIN_ARRAY) */ in ecma_instantiate_builtin()
H A Decma-builtin-array-prototype.c32 #if ENABLED (JERRY_BUILTIN_ARRAY)
2833 #endif /* ENABLED (JERRY_BUILTIN_ARRAY) */
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-array-object.c72 #if ENABLED (JERRY_BUILTIN_ARRAY) in ecma_op_new_array_object()
74 #else /* !ENABLED (JERRY_BUILTIN_ARRAY) */ in ecma_op_new_array_object()
76 #endif /* ENABLED (JERRY_BUILTIN_ARRAY) */ in ecma_op_new_array_object()

Completed in 13 milliseconds