Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h393 bool jerry_value_is_proxy (const jerry_value_t value);
/third_party/jerryscript/docs/
D02.API-REFERENCE.md1886 ## jerry_value_is_proxy section in Checker functions
1903 jerry_value_is_proxy (const jerry_value_t value)
1920 if (jerry_value_is_proxy (value))
4395 - [jerry_value_is_proxy](#jerry_value_is_proxy)
/third_party/jerryscript/jerry-core/api/
Djerry.c852 jerry_value_is_proxy (const jerry_value_t value) /**< api value */ in jerry_value_is_proxy() function