Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h635 static JSHandle<JSObject> CreateObjectFromProperties(const JSThread *thread,
638 static JSHandle<JSObject> CreateObjectFromProperties(const JSThread *thread,
Djs_object.cpp2544 JSHandle<JSObject> JSObject::CreateObjectFromProperties(const JSThread *thread, const JSHandle<Tagg… in CreateObjectFromProperties() function in panda::ecmascript::JSObject
2563 return CreateObjectFromProperties(thread, properties, propsLen); in CreateObjectFromProperties()
2586 JSHandle<JSObject> JSObject::CreateObjectFromProperties(const JSThread *thread, in CreateObjectFromProperties() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h349 … JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties, ihcVal); in GetLiteralFromCache()
Dpanda_file_translator.cpp181 JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties); in ParseConstPool()
251 JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties); in ParseFuncAndLiteralConstPool()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1375 HWTEST_F_L0(JSObjectTest, CreateObjectFromProperties) in HWTEST_F_L0() argument
1391 JSHandle<JSObject> newObj = JSObject::CreateObjectFromProperties(thread, properties); in HWTEST_F_L0()