Lines Matching defs:value
110 const jerry_value_t this_val, /**< this value */
178 * The JS argument should be number, whose value is equal with the extra_info .
201 (jerry_char_t *) "Number value is not expected.");
214 const jerry_value_t this_val, /**< this value */
260 const jerry_value_t this_val, /**< this value */
327 const jerry_value_t this_val, /**< this value */
370 const jerry_value_t this_val, /**< this value */
420 const jerry_value_t this_val, /**< this value */
460 const jerry_value_t this_val, /**< this value */
515 const jerry_value_t this_val, /**< this value */
565 const jerry_value_t this_val, /**< this value */
594 const jerry_value_t this_val, /**< this value */
640 const jerry_value_t this_val, /**< this value */
700 } value;
739 conversion_function = jerryx_arg_number ((double *) (&(destination->value.double_field)),
762 conversion_function = jerryx_arg_boolean ((bool *) (&(destination->value.bool_field)),
798 const jerry_value_t this_val, /**< this value */
819 bool arg1_is_false = (arg1.type_of_value == BOOL_VALUE && arg1.value.bool_field == false);
820 bool arg1_is_three = (arg1.type_of_value == DOUBLE_VALUE && arg1.value.double_field == 3.0);
821 bool arg2_is_false = (arg2.type_of_value == BOOL_VALUE && arg2.value.bool_field == false);
822 bool arg2_is_three = (arg2.type_of_value == DOUBLE_VALUE && arg2.value.double_field == 3.0);
857 const jerry_value_t this_val, /**< this value */
877 const jerry_value_t this_val, /**< this value */