Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp34 Label objNotJSProxy(env); in ContainersCommonFuncCall() local
49 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersCommonFuncCall()
60 Bind(&objNotJSProxy); in ContainersCommonFuncCall()
152 Label objNotJSProxy(env); in QueueCommonFuncCall() local
167 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in QueueCommonFuncCall()
178 Bind(&objNotJSProxy); in QueueCommonFuncCall()
258 Label objNotJSProxy(env); in DequeCommonFuncCall() local
273 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in DequeCommonFuncCall()
284 Bind(&objNotJSProxy); in DequeCommonFuncCall()
366 Label objNotJSProxy(env); in ContainersLightWeightCall() local
[all …]