Lines Matching defs:keyState
76 KeyState keyState = GetStateOfKey(thread, lightWeightMap, key);
77 int32_t index = keyState.index;
78 if (keyState.existed) {
81 JSHandle<JSTaggedValue> hashHandle(thread, JSTaggedValue(keyState.hash));
138 KeyState keyState = GetStateOfKey(thread, lightWeightMap, key);
139 return keyState.existed ? JSTaggedValue::True() : JSTaggedValue::False();
158 KeyState keyState = GetStateOfKey(thread, lightWeightMap, key);
159 return keyState.existed ? keyState.index : -1;
261 KeyState keyState = GetStateOfKey(thread, lightWeightMap, key);
262 if (!keyState.existed) {
265 int32_t index = keyState.index;