Style fixes in liballocator, libecmaobjects, libecmaoperations: now lines are not longer than 120 characters.
This commit is contained in:
@@ -28,8 +28,12 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
extern ecma_reference_t ecma_op_get_identifier_reference (ecma_object_t *lex_env_p, const ecma_char_t *name_p, bool is_strict);
|
||||
extern ecma_reference_t ecma_make_reference (ecma_value_t base, const ecma_char_t *name_p, bool is_strict);
|
||||
extern ecma_reference_t ecma_op_get_identifier_reference (ecma_object_t *lex_env_p,
|
||||
const ecma_char_t *name_p,
|
||||
bool is_strict);
|
||||
extern ecma_reference_t ecma_make_reference (ecma_value_t base,
|
||||
const ecma_char_t *name_p,
|
||||
bool is_strict);
|
||||
extern void ecma_free_reference (const ecma_reference_t ref);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user