Home
last modified time | relevance | path

Searched refs:IsConfigable (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp2187 BRANCH(IsConfigable(attr), &configable, &notConfigable); in TestIntegrityLevel()
2319 BRANCH(IsConfigable(attr), &isConfigable, &notConfigable); in GetOwnPropertyDescriptors()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h441 GateRef IsConfigable(GateRef attr);
H A Dstub_builder-inl.h1668 inline GateRef StubBuilder::IsConfigable(GateRef attr) in IsConfigable() function in panda::ecmascript::kungfu::StubBuilder
H A Dstub_builder.cpp4332 BRANCH(LogicAndBuilder(env).And(IsWritable(attr)).And(IsConfigable(attr)).Done(), in SetPropertyByIndex()
4531 BRANCH(LogicAndBuilder(env).And(IsWritable(attr)).And(IsConfigable(attr)).Done(), in DefinePropertyByIndex()

Completed in 32 milliseconds