Skip to content

Remove ECMA_OBJECT_TYPE_BUILT_IN_FUNCTION to free an object type. #1164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2016

Conversation

zherczeg
Copy link
Member

Cleanup patch. The effect is negligible.

magic_string_id,
(uint8_t) curr_property_p->value);
ecma_object_t *
func_obj_p = ecma_builtin_make_function_object_for_routine (builtin_id,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ecma_object_t *func_obj_p;
func_obj_p = ecma_builtin_make_function_object_for_routine (builtin_id

@LaszloLango LaszloLango added enhancement An improvement ecma builtins Related to ECMA built-in routines labels Jun 23, 2016
@LaszloLango
Copy link
Contributor

LGTM after my comment is fixed.

@dbatyai
Copy link
Member

dbatyai commented Jun 24, 2016

LGTM

@zherczeg zherczeg changed the title Remove ECMA_OBJECT_TYPE_BUILT_IN_FUNCTION to free an object type bit. Remove ECMA_OBJECT_TYPE_BUILT_IN_FUNCTION to free an object type. Jun 24, 2016
JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
@zherczeg zherczeg merged commit ea01767 into jerryscript-project:master Jun 24, 2016
@zherczeg zherczeg deleted the remove_types branch June 24, 2016 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ecma builtins Related to ECMA built-in routines enhancement An improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants