legacyCallCustom  965 Source/bindings/templates/interface.cpp     functionTemplate->InstanceTemplate()->SetCallAsFunctionHandler({{v8_class}}::legacyCallCustom);
legacyCallCustom  104 Source/bindings/templates/interface.h     static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&);
legacyCallCustom 1273 Source/bindings/tests/results/V8TestInterface.cpp     functionTemplate->InstanceTemplate()->SetCallAsFunctionHandler(V8TestInterface::legacyCallCustom);
legacyCallCustom   35 Source/bindings/tests/results/V8TestInterface.h     static void legacyCallCustom(const v8::FunctionCallbackInfo<v8::Value>&);