Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp70 Label isCall(env); in ContainersCommonFuncCall() local
76 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in ContainersCommonFuncCall()
79 Bind(&isCall); in ContainersCommonFuncCall()
188 Label isCall(env); in QueueCommonFuncCall() local
194 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in QueueCommonFuncCall()
197 Bind(&isCall); in QueueCommonFuncCall()
294 Label isCall(env); in DequeCommonFuncCall() local
300 Branch(IsCallable(callbackFnHandle), &isCall, &notCall); in DequeCommonFuncCall()
303 Bind(&isCall); in DequeCommonFuncCall()
402 Label isCall(env); in ContainersLightWeightCall() local
[all …]