Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp39 Label callbackNotUndefined(env); in ContainersCommonFuncCall() local
65 … Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in ContainersCommonFuncCall()
68 Bind(&callbackNotUndefined); in ContainersCommonFuncCall()
157 Label callbackNotUndefined(env); in QueueCommonFuncCall() local
183 … Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in QueueCommonFuncCall()
186 Bind(&callbackNotUndefined); in QueueCommonFuncCall()
263 Label callbackNotUndefined(env); in DequeCommonFuncCall() local
289 … Branch(Int64GreaterThanOrEqual(IntPtr(0), numArgs), &callbackUndefined, &callbackNotUndefined); in DequeCommonFuncCall()
292 Bind(&callbackNotUndefined); in DequeCommonFuncCall()
371 Label callbackNotUndefined(env); in ContainersLightWeightCall() local
[all …]