Home
last modified time | relevance | path

Searched defs:collection_p (Results 1 – 11 of 11) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-collection.c37 ecma_collection_t *collection_p; in ecma_new_collection() local
52 ecma_collection_destroy (ecma_collection_t *collection_p) /**< value collection */ in ecma_collection_destroy()
64 ecma_collection_free_objects (ecma_collection_t *collection_p) /**< value collection */ in ecma_collection_free_objects()
85 ecma_collection_free_if_not_object (ecma_collection_t *collection_p) /**< value collection */ in ecma_collection_free_if_not_object()
103 ecma_collection_free (ecma_collection_t *collection_p) /**< value collection */ in ecma_collection_free()
123 ecma_collection_push_back (ecma_collection_t *collection_p, /**< value collection */ in ecma_collection_push_back()
151 ecma_collection_reserve (ecma_collection_t *collection_p, /**< value collection */ in ecma_collection_reserve()
172 ecma_collection_append (ecma_collection_t *collection_p, /**< value collection */ in ecma_collection_append()
Decma-gc.c299 ecma_collection_t *collection_p = promise_object_p->reactions; in ecma_gc_mark_promise_object() local
Decma-helpers.c1444 … ecma_collection_t *collection_p = ecma_compiled_code_get_tagged_template_collection (bytecode_p); in ecma_bytecode_deref() local
Decma-globals.h1055 #define ECMA_CONTAINER_ENTRY_COUNT(collection_p) \ argument
1061 #define ECMA_CONTAINER_START(collection_p) \ argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-json.c66 ecma_has_string_value_in_collection (ecma_collection_t *collection_p, /**< collection */ in ecma_has_string_value_in_collection()
Decma-builtin-helpers.h89 const ecma_collection_t *collection_p; /**< collection of captured substrings */ member
/third_party/jerryscript/jerry-core/vm/
Dvm-stack.c98 ecma_collection_t *collection_p; in vm_stack_context_abort() local
Dvm.c552 ecma_collection_t *collection_p = NULL; in vm_super_call() local
666 ecma_collection_t *collection_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, collection); in vm_spread_operation() local
2211 …ecma_collection_t *collection_p = ecma_compiled_code_get_tagged_template_collection (bytecode_head… in vm_loop() local
3589 ecma_collection_t *collection_p; in vm_loop() local
3605 ecma_collection_t *collection_p; in vm_loop() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c50 ecma_collection_t *collection_p = ecma_new_collection (); in ecma_op_create_internal_buffer() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c1650 ecma_collection_t *collection_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in parser_post_processing() local
Djs-parser-expr.c1416 ecma_collection_t *collection_p; in parser_parse_tagged_template_literal() local