Skip to content

Code Style: make sure about function name

Change name of the variables. function -> fn, name_string -> fn_name.

In Environment::SetMethod, Environment::SetProtoMethod, Environment::SetTemplateMethod name for new function templates, name_string, is similar with name variable which receive from arguments.

Merge request reports

Loading