Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp1290 bool extensible = obj->IsExtensible(); in OrdinaryDefineOwnProperty() local
1318 bool extensible = obj->IsExtensible(); in OrdinaryDefineOwnProperty() local
1350 bool JSObject::ValidateAndApplyPropertyDescriptor(ObjectOperator *op, bool extensible, const PropertyDescriptor &desc, in ValidateAndApplyPropertyDescriptor() argument
1479 IsCompatiblePropertyDescriptor(bool extensible, const PropertyDescriptor &desc, const PropertyDescriptor &current) IsCompatiblePropertyDescriptor() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp4866 BRANCH(IsExtensible(receiver), &extensible, &inextensible); in SetPropertyByName() local
5127 BRANCH(IsExtensible(receiver), &extensible, &inextensible); in DefinePropertyByName() local

Completed in 21 milliseconds