Home
last modified time | relevance | path

Searched refs:ecma_gc_free_properties (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.h32 void ecma_gc_free_properties (ecma_object_t *object_p);
Decma-gc.c940 ecma_gc_free_properties (ecma_object_t *object_p) /**< object */ in ecma_gc_free_properties() function
1031 ecma_gc_free_properties (object_p); in ecma_gc_free_object()
1058 ecma_gc_free_properties (object_p); in ecma_gc_free_object()
1068 ecma_gc_free_properties (object_p); in ecma_gc_free_object()
1341 ecma_gc_free_properties (object_p); in ecma_gc_free_object()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.c552 ecma_gc_free_properties (obj_p); in ecma_finalize_builtins()