This article covers features introduced in SpiderMonkey 38
Determine if a string is flattened.
Syntax
bool JS_StringIsFlat(JSString *str);
| Name | Type | Description |
|---|---|---|
str |
JSString * |
String to examine. |
Description
JS_StringIsFlat returns true if the string is flattened.