| Index: Source/bindings/templates/methods.cpp
|
| diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp
|
| index 75dd558f248158b2846fb6d617d3ad1d6305c70b..ab74bc001b96dc960b1945e5ebb7565b0509a8f4 100644
|
| --- a/Source/bindings/templates/methods.cpp
|
| +++ b/Source/bindings/templates/methods.cpp
|
| @@ -216,6 +216,9 @@ if (!{{argument.name}}.isUndefinedOrNull() && !{{argument.name}}.isObject()) {
|
|
|
| {######################################}
|
| {% macro cpp_method_call(method, v8_set_return_value, cpp_value) %}
|
| +{% if method.is_custom_call_prologue %}
|
| +{{v8_class}}::{{method.name}}MethodPrologueCustom(info, impl);
|
| +{% endif %}
|
| {# Local variables #}
|
| {% if method.is_call_with_script_state or method.is_call_with_this_value %}
|
| {# [ConstructorCallWith=ScriptState] #}
|
|
|