Searched defs:basicType (Results 1 – 2 of 2) sorted by relevance
35 #define RENDER_BASIC_PARAM_TO_STRING(basicType) (std::string(#basicType "[") + std::to_string(basic… argument
3114 type basicType = string | number | bigint | boolean | symbol | undefined | object | null; alias