Home
last modified time | relevance | path

Searched refs:strict_type (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-1973.js34 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); }
/external/openssh/
Dauthfile.c493 sshkey_in_file(struct sshkey *key, const char *filename, int strict_type, in sshkey_in_file() argument
503 strict_type ? sshkey_equal : sshkey_equal_public; in sshkey_in_file()