Partial implementation of [[HasInstance]] ecma-object's operation

This commit is contained in:
Ruben Ayrapetyan
2014-08-22 15:24:09 +04:00
parent 9cc27115fa
commit b1b6ae5a41
2 changed files with 42 additions and 1 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ extern ecma_completion_value_t ecma_op_object_define_own_property (ecma_object_t
ecma_string_t *property_name_p,
ecma_property_descriptor_t property_desc,
bool is_throw);
extern ecma_completion_value_t ecma_op_object_has_instance (ecma_object_t *obj_p,
ecma_value_t value);
/**
* @}
* @}