Searched refs:is_func (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-debugger/ |
D | jerry_client_main.py | 164 if self.function.is_func: 193 …def __init__(self, is_func, byte_code_cp, source, source_name, line, column, name, lines, offsets): argument 194 self.is_func = bool(is_func)
|
/third_party/quickjs/ |
D | quickjs.c | 666 uint8_t is_func; member 9719 return p->u.proxy_data->is_func; in JS_IsFunction() 45119 if (!s->is_func) { in js_proxy_call() 45185 s->is_func = JS_IsFunction(ctx, target); in js_proxy_constructor()
|