Home
last modified time | relevance | path

Searched defs:collection_p (Results 1 - 10 of 10) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-json.c66 ecma_has_string_value_in_collection (ecma_collection_t *collection_p, /**< collection */ in ecma_has_string_value_in_collection() argument
H A Decma-builtin-helpers.h89 const ecma_collection_t *collection_p; /**< collection of captured substrings */ member
/third_party/jerryscript/jerry-core/ecma/base/
H A 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() argument
64 ecma_collection_free_objects(ecma_collection_t *collection_p) ecma_collection_free_objects() argument
85 ecma_collection_free_if_not_object(ecma_collection_t *collection_p) ecma_collection_free_if_not_object() argument
103 ecma_collection_free(ecma_collection_t *collection_p) ecma_collection_free() argument
123 ecma_collection_push_back(ecma_collection_t *collection_p, ecma_value_t value) ecma_collection_push_back() argument
151 ecma_collection_reserve(ecma_collection_t *collection_p, uint32_t count) ecma_collection_reserve() argument
172 ecma_collection_append(ecma_collection_t *collection_p, const ecma_value_t *buffer_p, uint32_t count) ecma_collection_append() argument
[all...]
H A Decma-gc.c299 ecma_collection_t *collection_p = promise_object_p->reactions; in ecma_gc_mark_promise_object() local
H A Decma-helpers.c1449 ecma_collection_t *collection_p = ecma_compiled_code_get_tagged_template_collection (bytecode_p); in ecma_bytecode_deref() local
/third_party/jerryscript/jerry-core/vm/
H A Dvm-stack.c98 ecma_collection_t *collection_p; in vm_stack_context_abort() local
H A 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_header_p); vm_loop() local
3589 ecma_collection_t *collection_p; vm_loop() local
3605 ecma_collection_t *collection_p; vm_loop() local
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A 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/
H A Djs-parser-expr.c1416 ecma_collection_t *collection_p; in parser_parse_tagged_template_literal() local
H A Djs-parser.c1650 ecma_collection_t *collection_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_collection_t, in parser_post_processing() local

Completed in 14 milliseconds