Home
last modified time | relevance | path

Searched refs:prototype_str (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-api-binary-operations-instanceof.c55 jerry_value_t prototype_str = jerry_create_string ((const jerry_char_t *) "prototype"); in main() local
56 jerry_value_t res = jerry_set_property (constructor, prototype_str, base_obj); in main()
57 jerry_release_value (prototype_str); in main()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md2358 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);