55
edits
| Line 10: | Line 10: | ||
# 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 APIs should be as close to SpiderMonkey string APIs as possible to make ActionMonkey implementation easy. | ||
# Preferred access to characters is via a charAt() method that returns 32-bit characters regardless of the underlying implementation. Low level API strXX() are available for direct read-only buffer access if really needed. | |||
=== Tagged instance contents === | === Tagged instance contents === | ||
edits