| 634 | } |
| 635 | |
| 636 | static CScriptString *StringCopyFactory(const CScriptString &other) |
| 637 | { |
| 638 | // Allocate and initialize with the copy constructor |
| 639 | return new CScriptString(other); |
| 640 | } |
| 641 | |
| 642 | static void StringDefaultFactory_Generic(asIScriptGeneric *gen) |
| 643 | { |
no outgoing calls
no test coverage detected