Home
last modified time | relevance | path

Searched refs:ObjectDefineProperties (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.h100 … static JSTaggedValue ObjectDefineProperties(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
Dbuiltins_object.cpp136 JSTaggedValue BuiltinsObject::ObjectDefineProperties(JSThread *thread, const JSHandle<JSTaggedValue… in ObjectDefineProperties() function in panda::ecmascript::builtins::BuiltinsObject
233 return ObjectDefineProperties(thread, JSHandle<JSTaggedValue>::Cast(objCreate), properties); in Create()
248 return ObjectDefineProperties(thread, GetCallArg(argv, 0), GetCallArg(argv, 1)); in DefineProperties()