Home
last modified time | relevance | path

Searched refs:IsCompatiblePropertyDescriptor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp350 …bool valid = JSObject::IsCompatiblePropertyDescriptor(targetHandle->IsExtensible(thread), resultDe… in GetOwnProperty()
440 …if (!JSObject::IsCompatiblePropertyDescriptor(targetHandle->IsExtensible(thread), desc, targetDesc… in DefineOwnProperty()
Djs_object.h460 static bool IsCompatiblePropertyDescriptor(bool extensible, const PropertyDescriptor &desc,
Djs_object.cpp1164 bool JSObject::IsCompatiblePropertyDescriptor(bool extensible, const PropertyDescriptor &desc, in IsCompatiblePropertyDescriptor() function in panda::ecmascript::JSObject