Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp36 Label thisArgUndefined(env); in ContainersCommonFuncCall() local
81 … Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in ContainersCommonFuncCall()
82 Bind(&thisArgUndefined); in ContainersCommonFuncCall()
154 Label thisArgUndefined(env); in QueueCommonFuncCall() local
199 … Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in QueueCommonFuncCall()
200 Bind(&thisArgUndefined); in QueueCommonFuncCall()
260 Label thisArgUndefined(env); in DequeCommonFuncCall() local
305 … Branch(Int64GreaterThanOrEqual(IntPtr(1), numArgs), &thisArgUndefined, &thisArgNotUndefined); in DequeCommonFuncCall()
306 Bind(&thisArgUndefined); in DequeCommonFuncCall()
368 Label thisArgUndefined(env); in ContainersLightWeightCall() local
[all …]