| 7 | #include <string.h> // strstr() |
| 8 | |
| 9 | BEGIN_AS_NAMESPACE |
| 10 | |
| 11 | static void ScriptWeakRefConstruct(asITypeInfo *type, void *mem) |
| 12 | { |
| 13 | new(mem) CScriptWeakRef(type); |
| 14 | } |
| 15 | |
| 16 | static void ScriptWeakRefConstruct2(asITypeInfo *type, void *ref, void *mem) |
| 17 | { |
no outgoing calls
no test coverage detected