Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp2287 BRANCH(IsWritable(attr), &isWritable, &notWritable); in GetOwnPropertyDescriptors() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp4710 BRANCH(IsWritable(attr), &writable, &notWritable); in SetPropertyByName() local
4988 BRANCH(IsWritable(attr), &writable, &notWritable); in DefinePropertyByName() local

Completed in 22 milliseconds