Searched refs:CreateObjectFromProperties (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object.h | 635 static JSHandle<JSObject> CreateObjectFromProperties(const JSThread *thread, 638 static JSHandle<JSObject> CreateObjectFromProperties(const JSThread *thread,
|
D | js_object.cpp | 2544 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/ |
D | program_object.h | 349 … JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties, ihcVal); in GetLiteralFromCache()
|
D | panda_file_translator.cpp | 181 JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties); in ParseConstPool() 251 JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties); in ParseFuncAndLiteralConstPool()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_object_test.cpp | 1375 HWTEST_F_L0(JSObjectTest, CreateObjectFromProperties) in HWTEST_F_L0() argument 1391 JSHandle<JSObject> newObj = JSObject::CreateObjectFromProperties(thread, properties); in HWTEST_F_L0()
|