Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1026 bool extensible = obj->IsExtensible(); in OrdinaryDefineOwnProperty() local
1039 bool extensible = obj->IsExtensible(); in OrdinaryDefineOwnProperty() local
1046 bool JSObject::ValidateAndApplyPropertyDescriptor(ObjectOperator *op, bool extensible, const Proper… in ValidateAndApplyPropertyDescriptor()
1169 bool JSObject::IsCompatiblePropertyDescriptor(bool extensible, const PropertyDescriptor &desc, in IsCompatiblePropertyDescriptor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3145 Label extensible(env); in SetPropertyByName() local