Home
last modified time | relevance | path

Searched refs:prim_value_p (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-date-prototype.c623 ecma_number_t *prim_value_p = ECMA_GET_INTERNAL_VALUE_POINTER (ecma_number_t, in ecma_builtin_date_prototype_dispatch_routine() local
628 return ecma_make_number_value (*prim_value_p); in ecma_builtin_date_prototype_dispatch_routine()
637 *prim_value_p = ecma_date_time_clip (time_num); in ecma_builtin_date_prototype_dispatch_routine()
647 ecma_number_t this_num = *prim_value_p; in ecma_builtin_date_prototype_dispatch_routine()
668 if (ecma_number_is_nan (*prim_value_p) || ecma_number_is_infinity (*prim_value_p)) in ecma_builtin_date_prototype_dispatch_routine()
673 return ecma_date_value_to_iso_string (*prim_value_p); in ecma_builtin_date_prototype_dispatch_routine()
676 if (ecma_number_is_nan (*prim_value_p)) in ecma_builtin_date_prototype_dispatch_routine()
685 return ecma_date_value_to_string (*prim_value_p); in ecma_builtin_date_prototype_dispatch_routine()
689 return ecma_date_value_to_date_string (*prim_value_p); in ecma_builtin_date_prototype_dispatch_routine()
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c101 ecma_value_t prim_value_p = ext_object_p->u.class_prop.u.value; in ecma_op_object_get_own_property() local
102 ecma_string_t *prim_value_str_p = ecma_get_string_from_value (prim_value_p); in ecma_op_object_get_own_property()
115 ecma_value_t prim_value_p = ext_object_p->u.class_prop.u.value; in ecma_op_object_get_own_property() local
116 ecma_string_t *prim_value_str_p = ecma_get_string_from_value (prim_value_p); in ecma_op_object_get_own_property()
466 ecma_value_t prim_value_p = ext_object_p->u.class_prop.u.value; in ecma_op_object_find_own() local
468 ecma_string_t *prim_value_str_p = ecma_get_string_from_value (prim_value_p); in ecma_op_object_find_own()
478 ecma_value_t prim_value_p = ext_object_p->u.class_prop.u.value; in ecma_op_object_find_own() local
480 ecma_string_t *prim_value_str_p = ecma_get_string_from_value (prim_value_p); in ecma_op_object_find_own()
1427 ecma_value_t prim_value_p = ext_object_p->u.class_prop.u.value; in ecma_op_object_put_with_receiver() local
1428 ecma_string_t *prim_value_str_p = ecma_get_string_from_value (prim_value_p); in ecma_op_object_put_with_receiver()
[all...]

Completed in 4 milliseconds