Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_stub_builder.cpp78 BRANCH(IsCallable(callbackFnHandle), &isCall, &notCall); in ContainersCommonFuncCall() local
201 BRANCH(IsCallable(callbackFnHandle), &isCall, &notCall); in QueueCommonFuncCall() local
310 BRANCH(IsCallable(callbackFnHandle), &isCall, &notCall); in DequeCommonFuncCall() local
421 BRANCH(IsCallable(callbackFnHandle), &isCall, &notCall); ContainersLightWeightCall() local
534 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, &notCall); ContainersHashCall() local
536 BRANCH(IsCallable(callbackFnHandle), &isCall, &notCall); ContainersHashCall() local
668 BRANCH(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, &notCall); ContainersLinkedListCall() local
670 BRANCH(IsCallable(callbackFnHandle), &isCall, &notCall); ContainersLinkedListCall() local
[all...]

Completed in 2 milliseconds