Home
last modified time | relevance | path

Searched refs:ihcVal (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h278 JSTaggedValue ihcVal = JSTaggedValue::Undefined(); in GetLiteralFromCache() local
280 ihcVal = entryIndexes->GetIhc(); in GetLiteralFromCache()
282 … JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties, ihcVal); in GetLiteralFromCache()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2125 JSTaggedValue ihcVal) in CreateObjectFromProperties() argument
2139 if (ihcVal.IsJSHClass()) { in CreateObjectFromProperties()
2141 JSHClass *ihc = JSHClass::Cast(ihcVal.GetTaggedObject()); in CreateObjectFromProperties()