Home
last modified time | relevance | path

Searched defs:current_p (Results 1 - 16 of 16) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-json.c73 ecma_string_t *current_p = ecma_get_string_from_value (buffer_p[i]); in ecma_has_string_value_in_collection() local
H A Decma-builtin-json.c83 const lit_utf8_byte_t *current_p; /**< current position of the string processed by the parser */ member
102 const lit_utf8_byte_t *current_p = token_p->current_p; in ecma_builtin_json_parse_string() local
218 const lit_utf8_byte_t *current_p = token_p->current_p; ecma_builtin_json_parse_number() local
305 const lit_utf8_byte_t *current_p = token_p->current_p; ecma_builtin_json_parse_next_token() local
[all...]
H A Decma-builtin-string-prototype.c869 const lit_utf8_byte_t *current_p = string_buffer_p; in ecma_builtin_string_prototype_object_split() local
/third_party/jerryscript/jerry-core/api/
H A Djerry-debugger-transport.c132 jerry_debugger_transport_header_t *current_p = JERRY_CONTEXT (debugger_transport_header_p); in jerry_debugger_transport_close() local
H A Djerry-snapshot.c488 lit_mem_to_snapshot_id_map_entry_t *current_p = lit_map_p; in jerry_snapshot_set_offsets() local
511 lit_mem_to_snapshot_id_map_entry_t *current_p = lit_map_p; in jerry_snapshot_set_offsets() local
1172 const lit_mem_to_snapshot_id_map_entry_t *current_p = lit_map_p; in update_literal_offsets() local
1194 const lit_mem_to_snapshot_id_map_entry_t *current_p = lit_map_p; update_literal_offsets() local
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects-general.c649 ecma_op_is_compatible_property_descriptor(const ecma_property_descriptor_t *desc_p, const ecma_property_descriptor_t *current_p, bool is_extensible) ecma_op_is_compatible_property_descriptor() argument
[all...]
H A Decma-regexp-object.c545 const lit_utf8_byte_t *current_p = *str_p; in ecma_regexp_unicode_advance() local
2522 const lit_utf8_byte_t *current_p = ctx_p->string_p; ecma_regexp_replace_helper_fast() local
[all...]
/third_party/jerryscript/jerry-core/jmem/
H A Djmem-heap.c217 jmem_heap_free_t *current_p = JMEM_HEAP_GET_ADDR_FROM_OFFSET (current_offset); in jmem_heap_alloc() local
[all...]
/third_party/jerryscript/jerry-core/lit/
H A Dlit-char-helpers.c477 const lit_utf8_byte_t *current_p = *buffer_p; in lit_parse_decimal() local
H A Dlit-strings.c561 const lit_utf8_byte_t *current_p = *buf_p; in lit_utf8_decr() local
628 lit_utf8_byte_t *current_p = (lit_utf8_byte_t *) utf8_buf_p; in lit_utf8_string_code_unit_at() local
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c283 const lit_utf8_byte_t *current_p = re_ctx_p->input_curr_p + 1; in re_parse_quantifier() local
[all...]
H A Dre-bytecode.c359 re_get_bytecode_offset(const uint8_t *start_p, const uint8_t *current_p) re_get_bytecode_offset() argument
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-util.c767 parser_set_breaks_to_current_position(parser_context_t *context_p, parser_branch_node_t *current_p) parser_set_breaks_to_current_position() argument
787 parser_set_continues_to_current_position(parser_context_t *context_p, parser_branch_node_t *current_p) parser_set_continues_to_current_position() argument
[all...]
H A Djs-parser-internal.h341 parser_mem_page_t *current_p; /**< currently processed page */ member
359 parser_mem_page_t *current_p; /**< currently processed page */ member
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-module.c107 ecma_module_t *current_p = JERRY_CONTEXT (ecma_modules_p); in ecma_module_find_module() local
197 ecma_module_resolve_set_t *current_p = *set_p; in ecma_module_resolve_set_insert() local
266 ecma_module_resolve_stack_t *current_p = *stack_p; ecma_module_resolve_stack_pop() local
925 ecma_module_t *current_p = JERRY_CONTEXT (ecma_modules_p); ecma_module_parse_modules() local
1076 ecma_module_t *current_p = JERRY_CONTEXT (ecma_modules_p); ecma_module_cleanup() local
[all...]
H A Decma-helpers-string.c2486 const lit_utf8_byte_t *current_p = *utf8_str_p; in ecma_string_trim_helper() local
[all...]

Completed in 19 milliseconds