Lines Matching refs:native_fns
405 if (value instanceof AST_Boolean) return native_fns.Boolean[name];
406 if (value instanceof AST_Number) return native_fns.Number[name];
407 if (value instanceof AST_String) return native_fns.String[name];
409 if (value instanceof AST_Array) return native_fns.Array[name];
410 if (value instanceof AST_Lambda) return native_fns.Function[name];
411 if (value instanceof AST_Object) return native_fns.Object[name];
412 if (value instanceof AST_RegExp) return native_fns.RegExp[name] && !value.value.global;
5001 var native_fns = convert_to_predicate({ variable
5565 var native_fn = native_fns[val.constructor.name];
5738 map = native_fns.Array;
5740 map = native_fns.Boolean;
5742 map = native_fns.Number;
5744 map = native_fns.RegExp;
5746 map = native_fns.String;
5752 map = native_fns.Object;