Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/
Dconfig.h162 #ifndef JERRY_ES2015_BUILTIN_SET
163 # define JERRY_ES2015_BUILTIN_SET JERRY_ES2015 macro
606 #if !defined (JERRY_ES2015_BUILTIN_SET) \
607 || ((JERRY_ES2015_BUILTIN_SET != 0) && (JERRY_ES2015_BUILTIN_SET != 1))
752 #if ENABLED (JERRY_ES2015_BUILTIN_MAP) || ENABLED (JERRY_ES2015_BUILTIN_SET) \
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.inc.h52 || ENABLED (JERRY_ES2015_BUILTIN_SET)
62 || ENABLED (JERRY_ES2015_BUILTIN_SET) \
80 || ENABLED (JERRY_ES2015_BUILTIN_SET) \
171 || ENABLED (JERRY_ES2015_BUILTIN_SET)
187 || ENABLED (JERRY_ES2015_BUILTIN_SET)
239 || ENABLED (JERRY_ES2015_BUILTIN_SET)
333 || ENABLED (JERRY_ES2015_BUILTIN_SET) \
448 || ENABLED (JERRY_ES2015_BUILTIN_SET) \
771 || ENABLED (JERRY_ES2015_BUILTIN_SET)
956 || ENABLED (JERRY_ES2015_BUILTIN_SET)
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-set-iterator-prototype.inc.h22 #if ENABLED (JERRY_ES2015_BUILTIN_SET)
Decma-builtin-set-iterator-prototype.c20 #if ENABLED (JERRY_ES2015_BUILTIN_SET)
Decma-builtin-set.inc.h22 #if ENABLED (JERRY_ES2015_BUILTIN_SET)
Decma-builtin-set.c20 #if ENABLED (JERRY_ES2015_BUILTIN_SET)
Decma-builtin-set-prototype.inc.h22 #if ENABLED (JERRY_ES2015_BUILTIN_SET)
Decma-builtin-set-prototype.c18 #if ENABLED (JERRY_ES2015_BUILTIN_SET)
Decma-builtins.inc.h519 #if ENABLED (JERRY_ES2015_BUILTIN_SET)
654 #if ENABLED (JERRY_ES2015_BUILTIN_SET)
Decma-builtin-global.inc.h214 #if ENABLED (JERRY_ES2015_BUILTIN_SET)
/third_party/jerryscript/jerry-core/profiles/
DREADME.md36 JERRY_ES2015_BUILTIN_SET=0
105 * `JERRY_ES2015_BUILTIN_SET`:
131 * `JERRY_ES2015_BUILTIN_SET`
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c396 #if ENABLED (JERRY_ES2015_BUILTIN_SET)
588 #if ENABLED (JERRY_ES2015_BUILTIN_SET) in ecma_gc_mark()
1167 #if ENABLED (JERRY_ES2015_BUILTIN_SET) in ecma_gc_free_object()
Decma-helpers.h290 #if ENABLED (JERRY_ES2015_BUILTIN_MAP) || ENABLED (JERRY_ES2015_BUILTIN_SET)
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c252 #if ENABLED (JERRY_ES2015_BUILTIN_SET)
337 #if ENABLED (JERRY_ES2015_BUILTIN_SET) in ecma_op_container_free_entries()
Decma-objects.c2682 #if ENABLED (JERRY_ES2015_BUILTIN_SET) in ecma_object_check_class_name_is_object()
/third_party/jerryscript/jerry-core/api/
Djerry.c1045 #if ENABLED (JERRY_ES2015_BUILTIN_SET) in jerry_is_feature_enabled()
4500 #if ENABLED (JERRY_ES2015_BUILTIN_SET) in jerry_create_container()
4581 #if ENABLED (JERRY_ES2015_BUILTIN_SET) in jerry_get_container_type()