Home
last modified time | relevance | path

Searched refs:ecma_collection_destroy (Results 1 – 14 of 14) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-collection.c52 ecma_collection_destroy (ecma_collection_t *collection_p) /**< value collection */ in ecma_collection_destroy() function
78 ecma_collection_destroy (collection_p); in ecma_collection_free_objects()
96 ecma_collection_destroy (collection_p); in ecma_collection_free_if_not_object()
114 ecma_collection_destroy (collection_p); in ecma_collection_free()
Decma-literal-storage.c491 ecma_collection_destroy (lit_pool_p); in ecma_save_literals_for_snapshot()
549 ecma_collection_destroy (lit_pool_p); in ecma_save_literals_for_snapshot()
Decma-gc.c997 ecma_collection_destroy (refs_p); in ecma_gc_free_properties()
1157 ecma_collection_destroy (((ecma_promise_object_t *) object_p)->reactions); in ecma_gc_free_object()
1181 ecma_collection_destroy (container_p); in ecma_gc_free_object()
Decma-helpers.h423 void ecma_collection_destroy (ecma_collection_t *collection_p);
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1246 ecma_collection_destroy (lit_pool_p); in jerry_merge_snapshots()
1257 ecma_collection_destroy (lit_pool_p); in jerry_merge_snapshots()
1285 ecma_collection_destroy (lit_pool_p); in jerry_merge_snapshots()
1618 ecma_collection_destroy (lit_pool_p); in jerry_get_literals_from_snapshot()
1644 ecma_collection_destroy (lit_pool_p); in jerry_get_literals_from_snapshot()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-promise-object.c222 ecma_collection_destroy (reactions); in ecma_reject_promise()
251 ecma_collection_destroy (reactions); in ecma_fulfill_promise()
Decma-function-object.c1040 ecma_collection_destroy (bound_arg_list_p); in ecma_op_function_call_bound()
1137 ecma_collection_destroy (bound_arg_list_p); in ecma_op_function_construct_bound()
Decma-typedarray-object.c879 ecma_collection_destroy (values_p); in ecma_op_typedarray_from()
Decma-proxy-object.c1677 ecma_collection_destroy (target_keys); in ecma_proxy_object_own_property_keys()
Decma-objects.c2093 ecma_collection_destroy (proxy_keys); in ecma_op_object_get_property_names()
/third_party/jerryscript/jerry-core/vm/
Dvm-stack.c108 ecma_collection_destroy (collection_p); in vm_stack_context_abort()
Dopcodes.c304 ecma_collection_destroy (prop_names_p); in opfunc_for_in()
Dvm.c615 ecma_collection_destroy (collection_p); in vm_super_call()
3636 ecma_collection_destroy (collection_p); in vm_loop()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c295 ecma_collection_destroy (props_p); in ecma_builtin_helper_object_get_properties()