Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index ece2cfc06d9e98832c3af419daaacb36e0026c6a..e07c55825202a2590af34aef3e01ed576d5bf9ca 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -833,6 +833,7 @@ namespace internal { |
F(StringTrim, 3, 1) \ |
F(TruncateString, 2, 1) \ |
F(NewString, 2, 1) \ |
+ F(Encode, 2, 1) \ |
Yang
2016/05/12 07:39:21
Can we choose a better name for this? Like URIEnco
|
F(StringLessThan, 2, 1) \ |
F(StringLessThanOrEqual, 2, 1) \ |
F(StringGreaterThan, 2, 1) \ |