Home
last modified time | relevance | path

Searched refs:proto_obj_val (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Djerry.c3009 const jerry_value_t proto_obj_val) /**< prototype object value */ in jerry_set_prototype() argument
3014 || ecma_is_value_error_reference (proto_obj_val) in jerry_set_prototype()
3015 || (!ecma_is_value_object (proto_obj_val) && !ecma_is_value_null (proto_obj_val))) in jerry_set_prototype()
3024 return jerry_return (ecma_proxy_object_set_prototype_of (obj_p, proto_obj_val)); in jerry_set_prototype()
3028 return ecma_op_ordinary_object_set_prototype_of (obj_p, proto_obj_val); in jerry_set_prototype()
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h555 jerry_value_t jerry_set_prototype (const jerry_value_t obj_val, const jerry_value_t proto_obj_val);
/third_party/jerryscript/docs/
D02.API-REFERENCE.md6155 const jerry_value_t proto_obj_val);
6159 - `proto_obj_val` - prototype object value