Searched refs:prototype_str (Results 1 – 2 of 2) sorted by relevance
55 jerry_value_t prototype_str = jerry_create_string ((const jerry_char_t *) "prototype"); in main() local56 jerry_value_t res = jerry_set_property (constructor, prototype_str, base_obj); in main()57 jerry_release_value (prototype_str); in main()
2358 jerry_value_t prototype_str = jerry_create_string ((const jerry_char_t *) ("prototype"));2359 jerry_release_value (jerry_set_property (constructor, prototype_str, base_obj));2360 jerry_release_value (prototype_str);