Searched refs:ObjectDefineProperties (Results 1 – 2 of 2) sorted by relevance
100 … static JSTaggedValue ObjectDefineProperties(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
136 JSTaggedValue BuiltinsObject::ObjectDefineProperties(JSThread *thread, const JSHandle<JSTaggedValue… in ObjectDefineProperties() function in panda::ecmascript::builtins::BuiltinsObject233 return ObjectDefineProperties(thread, JSHandle<JSTaggedValue>::Cast(objCreate), properties); in Create()248 return ObjectDefineProperties(thread, GetCallArg(argv, 0), GetCallArg(argv, 1)); in DefineProperties()