| 52 | } |
| 53 | |
| 54 | Value Hello2(const StringValue& input, const Function::InvokeContext& context) { |
| 55 | return StringValue::From("Hello, new " + input.ToString() + "!", |
| 56 | context.arena()); |
| 57 | } |
| 58 | |
| 59 | RuntimeExtensionRegistry GetRuntimeExtensionRegistry() { |
| 60 | RuntimeExtensionRegistry registry; |