|
| std::string | normalize_newlines (const std::string &s) |
| |
| static std::string | error_location_suffix (const std::string &source, size_t pos) |
| |
| static void | destructuring_assign (const std::vector< std::string > &var_names, const std::shared_ptr< Context > &context, Value &item) |
| |
| static bool | in (const Value &value, const Value &container) |
| |
| static std::string | strip (const std::string &s, const std::string &chars="", bool left=true, bool right=true) |
| |
| static std::vector< std::string > | split (const std::string &s, const std::string &sep) |
| |
| static std::string | capitalize (const std::string &s) |
| |
| static std::string | html_escape (const std::string &s) |
| |
| static Value | simple_function (const std::string &fn_name, const std::vector< std::string > ¶ms, const std::function< Value(const std::shared_ptr< Context > &, Value &args)> &fn) |
| |