Searched refs:objNotJSProxy (Results 1 – 1 of 1) sorted by relevance
34 Label objNotJSProxy(env); in ContainersCommonFuncCall() local49 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersCommonFuncCall()60 Bind(&objNotJSProxy); in ContainersCommonFuncCall()152 Label objNotJSProxy(env); in QueueCommonFuncCall() local167 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in QueueCommonFuncCall()178 Bind(&objNotJSProxy); in QueueCommonFuncCall()258 Label objNotJSProxy(env); in DequeCommonFuncCall() local273 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in DequeCommonFuncCall()284 Bind(&objNotJSProxy); in DequeCommonFuncCall()366 Label objNotJSProxy(env); in ContainersLightWeightCall() local[all …]