| 82 | //===================================================================================== |
| 83 | |
| 84 | DEFINE_ACTION_FUNCTION_NATIVE(_Dictionary, Create, DictCreate) |
| 85 | { |
| 86 | ACTION_RETURN_POINTER(DictCreate()); |
| 87 | } |
| 88 | |
| 89 | DEFINE_ACTION_FUNCTION_NATIVE(_Dictionary, Insert, DictInsert) |
| 90 | { |
nothing calls this directly
no test coverage detected