Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.inc.h24 #if ENABLED (JERRY_BUILTIN_ARRAY) \
39 #if ENABLED (JERRY_BUILTIN_ARRAY) && ENABLED (JERRY_ES2015) \
88 #if ENABLED (JERRY_BUILTIN_ARRAY) \
99 #if ENABLED (JERRY_BUILTIN_ARRAY)
153 #if ENABLED (JERRY_BUILTIN_ARRAY) && ENABLED (JERRY_ES2015) \
160 #if ENABLED (JERRY_BUILTIN_ARRAY) \
175 #if ENABLED (JERRY_BUILTIN_ARRAY)
190 #if ENABLED (JERRY_BUILTIN_ARRAY) \
245 #if ENABLED (JERRY_BUILTIN_ARRAY) \
285 #if ENABLED (JERRY_BUILTIN_ARRAY)
[all …]
/third_party/jerryscript/jerry-core/
Dconfig.h111 #ifndef JERRY_BUILTIN_ARRAY
112 # define JERRY_BUILTIN_ARRAY JERRY_BUILTINS macro
546 #if !defined (JERRY_BUILTIN_ARRAY) \
547 || ((JERRY_BUILTIN_ARRAY != 0) && (JERRY_BUILTIN_ARRAY != 1))
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array.inc.h22 #if ENABLED (JERRY_BUILTIN_ARRAY)
Decma-builtin-array-prototype.inc.h22 #if ENABLED (JERRY_BUILTIN_ARRAY)
Decma-builtin-global.inc.h57 #if ENABLED (JERRY_BUILTIN_ARRAY)
Decma-builtin-array.c31 #if ENABLED (JERRY_BUILTIN_ARRAY)
Decma-builtins.inc.h33 #if ENABLED (JERRY_BUILTIN_ARRAY)
Decma-builtins.c436 #if ENABLED (JERRY_BUILTIN_ARRAY) in ecma_instantiate_builtin()
Decma-builtin-array-prototype.c32 #if ENABLED (JERRY_BUILTIN_ARRAY)
/third_party/jerryscript/jerry-core/profiles/
DREADME.md65 * `JERRY_BUILTIN_ARRAY`:
89 * `JERRY_BUILTIN_ARRAY`
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c72 #if ENABLED (JERRY_BUILTIN_ARRAY) in ecma_op_new_array_object()