• Home
  • Raw
  • Download

Lines Matching refs:jerry_value_t

30 jerry_value_t jerryx_handler_register_global (const jerry_char_t *name_p,
37 jerry_value_t jerryx_handler_assert_fatal (const jerry_value_t func_obj_val, const jerry_value_t th…
38 … const jerry_value_t args_p[], const jerry_length_t args_cnt);
39 jerry_value_t jerryx_handler_assert_throw (const jerry_value_t func_obj_val, const jerry_value_t th…
40 … const jerry_value_t args_p[], const jerry_length_t args_cnt);
41 jerry_value_t jerryx_handler_assert (const jerry_value_t func_obj_val, const jerry_value_t this_p,
42 const jerry_value_t args_p[], const jerry_length_t args_cnt);
43 jerry_value_t jerryx_handler_gc (const jerry_value_t func_obj_val, const jerry_value_t this_p,
44 const jerry_value_t args_p[], const jerry_length_t args_cnt);
45 jerry_value_t jerryx_handler_print (const jerry_value_t func_obj_val, const jerry_value_t this_p,
46 const jerry_value_t args_p[], const jerry_length_t args_cnt);
47 jerry_value_t jerryx_handler_resource_name (const jerry_value_t func_obj_val, const jerry_value_t t…
48 … const jerry_value_t args_p[], const jerry_length_t args_cnt);
57 jerry_value_t value; /**< value of the property */
75 jerry_value_t result; /**< result of property registraion (undefined or error object) */
80 jerryx_set_properties (const jerry_value_t target_object,
87 jerry_value_t
88 jerryx_set_property_str (const jerry_value_t target_object,
90 const jerry_value_t value);
92 jerry_value_t
93 jerryx_get_property_str (const jerry_value_t target_object,
97 jerryx_has_property_str (const jerry_value_t target_object,