Searched refs:strict_type (Results 1 – 2 of 2) sorted by relevance
34 var strict_type = typeof primitive;36 get: function() { "use strict"; assertSame(strict_type, typeof this); },37 set: function() { "use strict"; assertSame(strict_type, typeof this); }
493 sshkey_in_file(struct sshkey *key, const char *filename, int strict_type, in sshkey_in_file() argument503 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_file()