Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp881 bool extensible = obj->IsExtensible(); in OrdinaryDefineOwnProperty() local
894 bool extensible = obj->IsExtensible(); in OrdinaryDefineOwnProperty() local
901 bool JSObject::ValidateAndApplyPropertyDescriptor(ObjectOperator *op, bool extensible, const Proper… in ValidateAndApplyPropertyDescriptor()
1024 bool JSObject::IsCompatiblePropertyDescriptor(bool extensible, const PropertyDescriptor &desc, in IsCompatiblePropertyDescriptor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2833 Label extensible(env); in SetPropertyByName() local