Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1021 bool extensible = obj->IsExtensible(); in OrdinaryDefineOwnProperty() local
1034 bool extensible = obj->IsExtensible(); in OrdinaryDefineOwnProperty() local
1041 bool JSObject::ValidateAndApplyPropertyDescriptor(ObjectOperator *op, bool extensible, const Proper… in ValidateAndApplyPropertyDescriptor()
1164 bool JSObject::IsCompatiblePropertyDescriptor(bool extensible, const PropertyDescriptor &desc, in IsCompatiblePropertyDescriptor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3140 Label extensible(env); in SetPropertyByName() local