Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp569 JSMutableHandle<JSTaggedValue> elementsValue(thread, JSTaggedValue::Undefined()); in HandleElementsProperties() local
572 elementsValue.Update(elements->Get(index + 1)); in HandleElementsProperties()
574 JSObject::DefinePropertyByLiteral(thread, object, elementsKey, elementsValue, true); in HandleElementsProperties()
576 if (elementsValue->IsJSFunction()) { in HandleElementsProperties()
577 JSHandle<JSFunction> elementsFunc = JSHandle<JSFunction>::Cast(elementsValue); in HandleElementsProperties()