Searched refs:strict_type (Results 1 – 3 of 3) 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); }
893 key_in_file(Key *key, const char *filename, int strict_type) in key_in_file() argument901 int (*key_compare)(const Key *, const Key *) = strict_type ? in key_in_file()