Home
last modified time | relevance | path

Searched refs:JERRY_ES2015_BUILTIN_WEAKMAP (Results 1 - 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/
H A Dconfig.h221 #ifndef JERRY_ES2015_BUILTIN_WEAKMAP
222 # define JERRY_ES2015_BUILTIN_WEAKMAP JERRY_ES2015 macro
223 #endif /* !defined (JERRY_ES2015_BUILTIN_WEAKMAP) */
665 #if !defined (JERRY_ES2015_BUILTIN_WEAKMAP) \
666 || ((JERRY_ES2015_BUILTIN_WEAKMAP != 0) && (JERRY_ES2015_BUILTIN_WEAKMAP != 1))
667 # error "Invalid value for JERRY_ES2015_BUILTIN_WEAKMAP macro."
808 || ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) || ENABLED (JERRY_ES2015_BUILTIN_WEAKSET)
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-weakmap.c20 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP)
74 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */
H A Decma-builtin-weakmap-prototype.c18 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP)
108 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */
H A Decma-builtins.inc.h537 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP)
553 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-container-object.c218 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP)
250 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */
330 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) in ecma_op_container_free_entries()
336 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */ in ecma_op_container_free_entries()
626 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) in ecma_op_container_get()
631 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */ in ecma_op_container_get()
672 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) || ENABLED (JERRY_ES2015_BUILTIN_WEAKSET) in ecma_op_container_has()
678 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) || ENABLED (JERRY_ES2015_BUILTIN_WEAKSET) */ in ecma_op_container_has()
781 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) || ENABLED (JERRY_ES2015_BUILTIN_WEAKSET) in ecma_op_container_set()
787 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) || ENABLE in ecma_op_container_set()
[all...]
H A Decma-objects.c2688 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) in ecma_object_check_class_name_is_object()
2690 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */ in ecma_object_check_class_name_is_object()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-gc.c364 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP)
394 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */
595 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) in ecma_gc_mark()
601 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */ in ecma_gc_mark()
980 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) || ENABLED (JERRY_ES2015_BUILTIN_WEAKSET) in ecma_gc_free_properties()
999 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) || ENABLED (JERRY_ES2015_BUILTIN_WEAKSET) */ in ecma_gc_free_properties()
1170 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) in ecma_gc_free_object()
1172 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */ in ecma_gc_free_object()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1048 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) in jerry_is_feature_enabled()
1050 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */ in jerry_is_feature_enabled()
4509 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) in jerry_create_container()
4517 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */ in jerry_create_container()
4587 #if ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) in jerry_get_container_type()
4592 #endif /* ENABLED (JERRY_ES2015_BUILTIN_WEAKMAP) */ in jerry_get_container_type()

Completed in 17 milliseconds