Confirmed users
1,345
edits
Nnethercote (talk | contribs) |
|||
| Line 1: | Line 1: | ||
== Functions == | == Functions == | ||
* test | |||
* Public function names begin with JS_ followed by capitalized "intercaps", e.g. JS_NewObject. | * Public function names begin with JS_ followed by capitalized "intercaps", e.g. JS_NewObject. | ||
* Extern but library-private function names use a js_ prefix and mixed case, e.g. js_SearchScope. | * Extern but library-private function names use a js_ prefix and mixed case, e.g. js_SearchScope. | ||