|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <JSStringJoiner.h>
Public Member Functions | |
| JSStringJoiner (ExecState &, LChar separator, unsigned stringCount) | |
| JSStringJoiner (ExecState &, StringView separator, unsigned stringCount) | |
| ~JSStringJoiner () | |
| void | append (ExecState &, JSValue) |
| bool | appendWithoutSideEffects (ExecState &, JSValue) |
| void | appendEmptyString () |
| JSValue | join (ExecState &) |
|
inline |
|
inline |
| JSC::JSStringJoiner::~JSStringJoiner | ( | ) |
| ALWAYS_INLINE void JSC::JSStringJoiner::append | ( | ExecState & | state, |
| JSValue | value | ||
| ) |
| ALWAYS_INLINE void JSC::JSStringJoiner::appendEmptyString | ( | ) |
| ALWAYS_INLINE bool JSC::JSStringJoiner::appendWithoutSideEffects | ( | ExecState & | state, |
| JSValue | value | ||
| ) |
1.8.13