Searched defs:GlobalTSTypeRef (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ts_types/ | ||
| H A D | global_ts_type_ref.h | 81 class GlobalTSTypeRef { class 83 explicit GlobalTSTypeRef(uint32_t type = 0) : type_(type) {} in GlobalTSTypeRef() function in panda::ecmascript::GlobalTSTypeRef 84 GlobalTSTypeRef(int moduleId, int localId) : type_(0) in GlobalTSTypeRef() function in panda::ecmascript::GlobalTSTypeRef |
Completed in 1 milliseconds