Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_queue_stub_builder.cpp38 Label objIsJSAPIQueue(env); in ForEach() local
59 BRANCH(IsJSAPIQueue(glue, tempObj), &objIsJSAPIQueue, slowPath); in ForEach()
60 Bind(&objIsJSAPIQueue); in ForEach()