Lines Matching refs:propKey
1239 JSHandle<JSTaggedValue> propKey = JSTaggedValue::ToPropertyKey(thread, key);
1242 return icRuntime.LoadValueMiss(receiver, propKey).GetRawData();
1257 JSHandle<JSTaggedValue> propKey = JSTaggedValue::ToPropertyKey(thread, key);
1261 return icRuntime.StoreMiss(receiver, propKey, value).GetRawData();
1275 JSHandle<JSTaggedValue> propKey = JSTaggedValue::ToPropertyKey(thread, key);
1279 return icRuntime.StoreMiss(receiver, propKey, value, true).GetRawData();
2977 JSTaggedValue propKey = GetArg(argv, argc, 1); // 1: means the first parameter
2979 return RuntimeDefineField(thread, obj, propKey, value).GetRawData();
3125 JSTaggedValue propKey = JSTaggedValue(key);
3128 int index = cache->Get(cls, propKey);
3130 index = layoutInfo->BinarySearch(propKey, num);
3131 cache->Set(cls, propKey, index);