• Home
  • Raw
  • Download

Lines Matching refs:IsJSAPIHashMap

59     if (!self->IsJSAPIHashMap()) {  in Keys()
60 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in Keys()
80 if (!self->IsJSAPIHashMap()) { in Values()
81 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in Values()
101 if (!self->IsJSAPIHashMap()) { in GetIteratorObj()
102 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in GetIteratorObj()
122 if (!self->IsJSAPIHashMap()) { in Entries()
123 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in Entries()
143 if (!thisHandle->IsJSAPIHashMap()) { in ForEach()
144 …isHandle->IsJSProxy() && JSHandle<JSProxy>::Cast(thisHandle)->GetTarget(thread).IsJSAPIHashMap()) { in ForEach()
196 if (!self->IsJSAPIHashMap()) { in Set()
197 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in Set()
220 if (!self->IsJSAPIHashMap()) { in SetAll()
221 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in SetAll()
231 if (!obj->IsJSAPIHashMap()) { in SetAll()
232 if (obj->IsJSProxy() && JSHandle<JSProxy>::Cast(obj)->GetTarget(thread).IsJSAPIHashMap()) { in SetAll()
257 if (!self->IsJSAPIHashMap()) { in Get()
258 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in Get()
279 if (!self->IsJSAPIHashMap()) { in Remove()
280 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in Remove()
301 if (!self->IsJSAPIHashMap()) { in HasKey()
302 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in HasKey()
323 if (!self->IsJSAPIHashMap()) { in HasValue()
324 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in HasValue()
344 if (!self->IsJSAPIHashMap()) { in Replace()
345 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in Replace()
366 if (!self->IsJSAPIHashMap()) { in Clear()
367 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in Clear()
387 if (!self->IsJSAPIHashMap()) { in GetLength()
388 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in GetLength()
407 if (!self->IsJSAPIHashMap()) { in IsEmpty()
408 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIHashMap()) { in IsEmpty()