Implementing IsCallable operation.

This commit is contained in:
Ruben Ayrapetyan
2014-07-30 17:48:28 +04:00
parent d4d446cd4f
commit b059212e32
2 changed files with 28 additions and 5 deletions
@@ -26,6 +26,8 @@
* @{
*/
extern bool ecma_op_is_callable( ecma_value_t value);
extern ecma_object_t*
ecma_op_create_function_object( const ecma_char_t* formal_parameter_list_p[],
size_t formal_parameters_number,