Home
last modified time | relevance | path

Searched defs:extensible (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1458 bool extensible = obj->IsExtensible(); in OrdinaryDefineOwnProperty() local
1486 bool extensible = obj->IsExtensible(); in OrdinaryDefineOwnProperty() local
1524 bool JSObject::ValidateAndApplyPropertyDescriptor(ObjectOperator *op, bool extensible, const Proper… in ValidateAndApplyPropertyDescriptor()
1654 bool JSObject::IsCompatiblePropertyDescriptor(bool extensible, const PropertyDescriptor &desc, in IsCompatiblePropertyDescriptor()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3468 bool extensible = handleObj->IsExtensible(thread); in RuntimeDefinePrivateProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp5537 Label extensible(env); in SetPropertyByName() local
5835 Label extensible(env); in DefinePropertyByName() local