Definition of function object's 'length' property in ecma_op_create_function_object.
This commit is contained in:
@@ -30,7 +30,7 @@ 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,
|
||||
uint32_t formal_parameters_number,
|
||||
ecma_object_t *scope_p,
|
||||
bool is_strict,
|
||||
opcode_counter_t first_opcode_idx);
|
||||
|
||||
Reference in New Issue
Block a user