Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp1433 BRANCH(GetAccessorHasChanged(marker), slowPath, &accessorNotChanged); in Filter() local
2645 BRANCH(GetAccessorHasChanged(marker), slowPath, &accessorNotChanged); in Map() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp2192 BRANCH(TaggedIsProtoChangeMarker(marker), &isProtoChangeMarker, &accessorNotChanged); in NewTypedArray() local
2194 BRANCH(GetAccessorHasChanged(marker), &slowPath, &accessorNotChanged); in NewTypedArray() local

Completed in 12 milliseconds