Searched refs:ihcVal (Results 1 – 2 of 2) sorted by relevance
278 JSTaggedValue ihcVal = JSTaggedValue::Undefined(); in GetLiteralFromCache() local280 ihcVal = entryIndexes->GetIhc(); in GetLiteralFromCache()282 … JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties, ihcVal); in GetLiteralFromCache()
2125 JSTaggedValue ihcVal) in CreateObjectFromProperties() argument2139 if (ihcVal.IsJSHClass()) { in CreateObjectFromProperties()2141 JSHClass *ihc = JSHClass::Cast(ihcVal.GetTaggedObject()); in CreateObjectFromProperties()