Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_queue_stub_builder.cpp34 Label valueIsJSAPIQueue(env); in ForEach() local
52 BRANCH(IsJSAPIQueue(*thisObj), &valueIsJSAPIQueue, &valueNotJSAPIQueue); in ForEach()
63 Jump(&valueIsJSAPIQueue); in ForEach()
69 Bind(&valueIsJSAPIQueue); in ForEach()