Fixed-width strings: Difference between revisions

m
Line 10: Line 10:
# String contents may be based upon static data.
# String contents may be based upon static data.
# String concatenation creates a tree structure, which is flattened when needed.
# String concatenation creates a tree structure, which is flattened when needed.
 
# String APIs should be as close to SpiderMonkey string APIs as possible to make ActionMonkey implementation easy.


=== String types ===
=== String types ===
55

edits