Searched defs:ParamType (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | type.h | 62 class ParamType { class 64 explicit ParamType(uint32_t type = 0) : type_(type) {} in ParamType() function in panda::ecmascript::kungfu::ParamType 66 explicit ParamType(JSType jsType) in ParamType() function in panda::ecmascript::kungfu::ParamType |
Completed in 2 milliseconds