Home
last modified time | relevance | path

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

/external/chromium_org/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/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.c893 key_in_file(Key *key, const char *filename, int strict_type) in key_in_file() argument
901 int (*key_compare)(const Key *, const Key *) = strict_type ? in key_in_file()