Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h282 … JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties, ihcVal); in GetLiteralFromCache()
Dpanda_file_translator.cpp177 JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties); in ParseConstPool()
247 JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties); in ParseFuncAndLiteralConstPool()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h571 static JSHandle<JSObject> CreateObjectFromProperties(const JSThread *thread,
Djs_object.cpp2119 JSHandle<JSObject> JSObject::CreateObjectFromProperties(const JSThread *thread, const JSHandle<Tagg… in CreateObjectFromProperties() function in panda::ecmascript::JSObject