Searched refs:CreateObjectFromProperties (Results 1 – 4 of 4) sorted by relevance
282 … JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties, ihcVal); in GetLiteralFromCache()
177 JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties); in ParseConstPool()247 JSHandle<JSObject> obj = JSObject::CreateObjectFromProperties(thread, properties); in ParseFuncAndLiteralConstPool()
571 static JSHandle<JSObject> CreateObjectFromProperties(const JSThread *thread,
2119 JSHandle<JSObject> JSObject::CreateObjectFromProperties(const JSThread *thread, const JSHandle<Tagg… in CreateObjectFromProperties() function in panda::ecmascript::JSObject