Remove ecma_get_length_string (#2234)
Fixes #2231 JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony bella@inf.u-szeged.hu
This commit is contained in:
@@ -512,20 +512,6 @@ ecma_new_ecma_string_from_magic_string_ex_id (lit_magic_string_ex_id_t id) /**<
|
||||
return string_desc_p;
|
||||
} /* ecma_new_ecma_string_from_magic_string_ex_id */
|
||||
|
||||
/**
|
||||
* Returns the constant assigned to the length magic string.
|
||||
*
|
||||
* Note:
|
||||
* Calling ecma_deref_ecma_string on the returned pointer is optional.
|
||||
*
|
||||
* @return pointer to ecma-string descriptor
|
||||
*/
|
||||
ecma_string_t *
|
||||
ecma_get_length_string (void)
|
||||
{
|
||||
return ecma_get_magic_string (LIT_MAGIC_STRING_LENGTH);
|
||||
} /* ecma_get_length_string */
|
||||
|
||||
/**
|
||||
* Append a cesu8 string after an ecma-string
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user