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/
H A Decma-helpers-collection.c52 ecma_collection_destroy (ecma_collection_t *collection_p) /**< value collection */ in ecma_collection_destroy() function
58 } /* ecma_collection_destroy */ in ecma_collection_destroy()
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()
H A 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()
H A 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()
H A Decma-helpers.h423 void ecma_collection_destroy (ecma_collection_t *collection_p);
/third_party/jerryscript/jerry-core/api/
H A 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/vm/
H A Dvm-stack.c108 ecma_collection_destroy (collection_p); in vm_stack_context_abort()
H A Dopcodes.c304 ecma_collection_destroy (prop_names_p); in opfunc_for_in()
H A 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/operations/
H A Decma-promise-object.c222 ecma_collection_destroy (reactions); in ecma_reject_promise()
251 ecma_collection_destroy (reactions); in ecma_fulfill_promise()
H A 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()
H A Decma-typedarray-object.c879 ecma_collection_destroy (values_p); in ecma_op_typedarray_from()
H A Decma-proxy-object.c1677 ecma_collection_destroy (target_keys); in ecma_proxy_object_own_property_keys()
H A Decma-objects.c2093 ecma_collection_destroy (proxy_keys); in ecma_op_object_get_property_names()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers.c295 ecma_collection_destroy (props_p); in ecma_builtin_helper_object_get_properties()

Completed in 24 milliseconds