Searched refs:is_proxy (Results 1 – 4 of 4) sorted by relevance
56 int is_proxy; member
82 local function is_proxy(x) function373 if V[a].const and V[b].const and not (is_proxy(V[a].const) or is_proxy(V[b].const)) then391 if c and not is_proxy(c) then -- Fold compile-time expressions434 if V[a].const and not is_proxy(V[a].const) then453 if V[a].const and not (is_proxy(V[a].const) or is_proxy(V[b].const)) then595 if not V[i].const or is_proxy(V[i].const) then const = false end649 if imm and (not key or not is_proxy(key_base)) then717 if base and not is_proxy(base) then
82 static bool is_proxy = FALSE; variable906 const char *dumpfile = is_proxy?REQUEST_PROXY_DUMP:REQUEST_DUMP; in storerequest()1101 const char *responsedump = is_proxy?RESPONSE_PROXY_DUMP:RESPONSE_DUMP; in send_doc()1980 if(!is_proxy) { in service_connection()2121 is_proxy = TRUE; in main()
2044 bool is_proxy = receiver->IsJSProxy(); in Store() local2052 if (!is_arguments && !is_proxy) { in Store()