Searched defs:IsMap (Results 1 – 3 of 3) sorted by relevance
964 class IsMap : public std::false_type { class968 class IsMap<std::map<K, T, C, A>> : public std::true_type { class
3291 ### IsMap subsection
658 bool JSValueRef::IsMap(const EcmaVM *vm) in IsMap() function in panda::JSValueRef