Home
last modified time | relevance | path

Searched refs:ECMA_NULL_POINTER (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-property-hashmap.c173 while (pair_list_p[entry_index] != ECMA_NULL_POINTER) in ecma_property_hashmap_create()
255 while (pair_list_p[entry_index] != ECMA_NULL_POINTER) in ecma_property_hashmap_insert()
330 if (pair_list_p[entry_index] != ECMA_NULL_POINTER) in ecma_property_hashmap_delete()
346 pair_list_p[entry_index] = ECMA_NULL_POINTER; in ecma_property_hashmap_delete()
431 if (pair_list_p[entry_index] != ECMA_NULL_POINTER) in ecma_property_hashmap_find()
480 if (pair_list_p[entry_index] != ECMA_NULL_POINTER) in ecma_property_hashmap_find()
Decma-helpers.c389 if (*property_list_head_p != ECMA_NULL_POINTER) in ecma_create_property()
457 if (*property_list_head_p != ECMA_NULL_POINTER) in ecma_create_property()
626 jmem_cpointer_t property_name_cp = ECMA_NULL_POINTER; in ecma_find_named_property()
1418 byte_code_free_p->prev_cp = ECMA_NULL_POINTER; in ecma_bytecode_deref()
1423 if (byte_code_free_head == ECMA_NULL_POINTER) in ecma_bytecode_deref()
Decma-gc.c1227 if (ext_func_p->u.function.bytecode_cp != ECMA_NULL_POINTER) in ecma_gc_free_object()
1502 && JERRY_CONTEXT (debugger_byte_code_free_tail) != ECMA_NULL_POINTER) in ecma_free_unused_memory()
Decma-globals.h37 #define ECMA_NULL_POINTER JMEM_CP_NULL macro
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c805 if (byte_code_free_p->prev_cp != ECMA_NULL_POINTER) in jerry_debugger_process_message()
811 JERRY_CONTEXT (debugger_byte_code_free_head) = ECMA_NULL_POINTER; in jerry_debugger_process_message()
812 JERRY_CONTEXT (debugger_byte_code_free_tail) = ECMA_NULL_POINTER; in jerry_debugger_process_message()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c265 ext_func_p->u.function.bytecode_cp = ECMA_NULL_POINTER; in ecma_op_create_function_object()
467 arrow_func_p->header.u.function.bytecode_cp = ECMA_NULL_POINTER; in ecma_op_create_arrow_function_object()
531 if (function_p->u.function.bytecode_cp != ECMA_NULL_POINTER) in ecma_op_function_get_compiled_code()