Lines Matching refs:objNotJSProxy
34 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
381 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLightWeightCall()
392 Bind(&objNotJSProxy); in ContainersLightWeightCall()
474 Label objNotJSProxy(env); in ContainersHashCall() local
493 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersHashCall()
504 Bind(&objNotJSProxy); in ContainersHashCall()
609 Label objNotJSProxy(env); in ContainersLinkedListCall() local
625 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLinkedListCall()
636 Bind(&objNotJSProxy); in ContainersLinkedListCall()