Home
last modified time | relevance | path

Searched refs:GetObjectLiteralHClass (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h544 JSHandle<JSHClass> GetObjectLiteralHClass(const JSHandle<TaggedArray> &properties, size_t length);
H A Djs_object.cpp2721 hclass = factory->GetObjectLiteralHClass(properties, propsLen); in CreateObjectFromProperties()
2728 hclass = factory->GetObjectLiteralHClass(properties, propsLen); in CreateObjectFromProperties()
H A Dobject_factory.cpp3972 JSHandle<JSHClass> ObjectFactory::GetObjectLiteralHClass(const JSHandle<TaggedArray> &properties, size_t length) in GetObjectLiteralHClass() function in panda::ecmascript::ObjectFactory

Completed in 17 milliseconds