Searched defs:is_var (Results 1 – 2 of 2) sorted by relevance
226 is_var = lambda x: isinstance(x, variables.Variable) function
47 Handle<Object> value, PropertyAttributes attr, bool is_var, in DeclareGlobal()223 bool is_var = !is_function; in DeclareEvalHelper() local