Home
last modified time | relevance | path

Searched refs:valueNotJSAPIQueue (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_queue_stub_builder.cpp35 Label valueNotJSAPIQueue(env); in ForEach() local
52 BRANCH(IsJSAPIQueue(glue, *thisObj), &valueIsJSAPIQueue, &valueNotJSAPIQueue); in ForEach()
53 Bind(&valueNotJSAPIQueue); in ForEach()